Color Hex Logo

#bae987 Color Hex

#BAE987
(186,233,135)
0 Favorites   0 Comments

Color spaces of #bae987

RGB 186233135
HSL0.250.690.72
HSV89°42°91°
CMYK 0.200.000.42   0.09
XYZ53.761870.466233.6895
Yxy70.46620.34040.4462
Hunter Lab83.9441-32.582434.9659
CIE-Lab87.2250-31.429442.7021

#bae987 color RGB value is (186,233,135).

#bae987 hex color red value is 186, green value is 233 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bae987 hue: 0.25 , saturation: 0.69 and the lightness value of bae987 is 0.72.

The process color (four color CMYK) of #bae987 color hex is 0.20, 0.00, 0.42, 0.09. Web safe color of #bae987 is #ccff99. Color #bae987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10000111
Octal 272 351 207
Decimal 186 233 135
Hex BA E9 87

RGB Percentages of Color #bae987

%33.57
%42.06
%24.37

CMYK Percentages of Color #bae987

%20
%0
%42
%9

Triadic Colors of #bae987

#bae987 #87bae9 #e987ba

Analogous Colors of #bae987

#bae987 #89e987 #e9e787

Monochromatic Colors of #bae987

#bae987

Complementary Color

#bae987 #b687e9

#bae987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae987 Color CSS Codes

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

#bae987 Text Font Color

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

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


#bae987 Background Color

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

This div background color is #bae987


#bae987 Border Color

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

This div border color is #bae987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae987


Comments

No comments written yet.

Please login to write comment.