Color Hex Logo

#bbe9ad Color Hex

#BBE9AD
(187,233,173)
0 Favorites   0 Comments

Color spaces of #bbe9ad

RGB 187233173
HSL0.290.580.80
HSV106°26°91°
CMYK 0.200.000.26   0.09
XYZ57.175371.859850.3920
Yxy71.85980.31870.4005
Hunter Lab84.7702-27.954124.0939
CIE-Lab87.9011-25.770824.4373

#bbe9ad color RGB value is (187,233,173).

#bbe9ad hex color red value is 187, green value is 233 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbe9ad hue: 0.29 , saturation: 0.58 and the lightness value of bbe9ad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 10101101
Octal 273 351 255
Decimal 187 233 173
Hex BB E9 AD

RGB Percentages of Color #bbe9ad

%31.53
%39.29
%29.17

CMYK Percentages of Color #bbe9ad

%20
%0
%26
%9

Triadic Colors of #bbe9ad

#bbe9ad #adbbe9 #e9adbb

Analogous Colors of #bbe9ad

#bbe9ad #ade9bd #d9e9ad

Monochromatic Colors of #bbe9ad

#bbe9ad

Complementary Color

#bbe9ad #dbade9

#bbe9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe9ad Color CSS Codes

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

#bbe9ad Text Font Color

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

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


#bbe9ad Background Color

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

This div background color is #bbe9ad


#bbe9ad Border Color

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

This div border color is #bbe9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe9ad


Comments

No comments written yet.

Please login to write comment.