Color Hex Logo

#bae13d Color Hex

#BAE13D
(186,225,61)
0 Favorites   0 Comments

Color spaces of #bae13d

RGB 18622561
HSL0.210.730.56
HSV74°73°88°
CMYK 0.170.000.73   0.12
XYZ48.017264.626514.3583
Yxy64.62650.37810.5089
Hunter Lab80.3906-34.065845.6838
CIE-Lab84.2909-34.068671.1162

#bae13d color RGB value is (186,225,61).

#bae13d hex color red value is 186, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bae13d hue: 0.21 , saturation: 0.73 and the lightness value of bae13d is 0.56.

The process color (four color CMYK) of #bae13d color hex is 0.17, 0.00, 0.73, 0.12. Web safe color of #bae13d is #cccc33. Color #bae13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 00111101
Octal 272 341 75
Decimal 186 225 61
Hex BA E1 3D

RGB Percentages of Color #bae13d

%39.41
%47.67
%12.92

CMYK Percentages of Color #bae13d

%17
%0
%73
%12

Triadic Colors of #bae13d

#bae13d #3dbae1 #e13dba

Analogous Colors of #bae13d

#bae13d #68e13d #e1b63d

Monochromatic Colors of #bae13d

#bae13d

Complementary Color

#bae13d #643de1

#bae13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae13d Color CSS Codes

.mybgcolor {background-color:#bae13d; } 
.myforecolor {color:#bae13d; }
.mybordercolor {border:3px solid #bae13d; }

#bae13d Text Font Color

<p style="color:#bae13d">Text here</p>

This sample text font color is #bae13d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bae13d Background Color

<div style="background-color:#bae13d">
Div content here</div>

This div background color is #bae13d


#bae13d Border Color

<div style="border:3px solid #bae13d">
Div here</div>

This div border color is #bae13d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,225,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bae13d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bae13d;
  -webkit-box-shadow: 1px 1px 3px 2px #bae13d;
  box-shadow:         1px 1px 3px 2px #bae13d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,225,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bae13d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bae13d;
  -webkit-box-shadow: 1px 1px 3px 2px #bae13d;
  box-shadow:         1px 1px 3px 2px #bae13d;">
Div content here</div>

This div box has shadow with color #bae13d


Comments

No comments written yet.

Please login to write comment.