Color Hex Logo

#bae082 Color Hex

#BAE082
(186,224,130)
0 Favorites   0 Comments

Color spaces of #bae082

RGB 186224130
HSL0.230.600.69
HSV84°42°88°
CMYK 0.170.000.42   0.12
XYZ50.934665.362131.0507
Yxy65.36210.34570.4436
Hunter Lab80.8468-29.024533.8214
CIE-Lab84.6700-27.795741.9251

#bae082 color RGB value is (186,224,130).

#bae082 hex color red value is 186, green value is 224 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bae082 hue: 0.23 , saturation: 0.60 and the lightness value of bae082 is 0.69.

The process color (four color CMYK) of #bae082 color hex is 0.17, 0.00, 0.42, 0.12. Web safe color of #bae082 is #cccc99. Color #bae082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10000010
Octal 272 340 202
Decimal 186 224 130
Hex BA E0 82

RGB Percentages of Color #bae082

%34.44
%41.48
%24.07

CMYK Percentages of Color #bae082

%17
%0
%42
%12

Triadic Colors of #bae082

#bae082 #82bae0 #e082ba

Analogous Colors of #bae082

#bae082 #8be082 #e0d782

Monochromatic Colors of #bae082

#bae082

Complementary Color

#bae082 #a882e0

#bae082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae082 Color CSS Codes

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

#bae082 Text Font Color

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

This sample text font color is #bae082
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.


#bae082 Background Color

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

This div background color is #bae082


#bae082 Border Color

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

This div border color is #bae082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae082


Comments

No comments written yet.

Please login to write comment.