Color Hex Logo

#bbdf9a Color Hex

#BBDF9A
(187,223,154)
0 Favorites   0 Comments

Color spaces of #bbdf9a

RGB 187223154
HSL0.250.520.74
HSV91°31°87°
CMYK 0.160.000.31   0.13
XYZ52.713965.673240.4697
Yxy65.67320.33180.4134
Hunter Lab81.0390-25.708327.1187
CIE-Lab84.8294-23.808030.0457

#bbdf9a color RGB value is (187,223,154).

#bbdf9a hex color red value is 187, green value is 223 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbdf9a hue: 0.25 , saturation: 0.52 and the lightness value of bbdf9a is 0.74.

The process color (four color CMYK) of #bbdf9a color hex is 0.16, 0.00, 0.31, 0.13. Web safe color of #bbdf9a is #cccc99. Color #bbdf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10011010
Octal 273 337 232
Decimal 187 223 154
Hex BB DF 9A

RGB Percentages of Color #bbdf9a

%33.16
%39.54
%27.30

CMYK Percentages of Color #bbdf9a

%16
%0
%31
%13

Triadic Colors of #bbdf9a

#bbdf9a #9abbdf #df9abb

Analogous Colors of #bbdf9a

#bbdf9a #9adf9c #dedf9a

Monochromatic Colors of #bbdf9a

#bbdf9a

Complementary Color

#bbdf9a #be9adf

#bbdf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf9a Color CSS Codes

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

#bbdf9a Text Font Color

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

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


#bbdf9a Background Color

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

This div background color is #bbdf9a


#bbdf9a Border Color

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

This div border color is #bbdf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf9a


Comments

No comments written yet.

Please login to write comment.