Color Hex Logo

#bbdd9a Color Hex

#BBDD9A
(187,221,154)
0 Favorites   0 Comments

Color spaces of #bbdd9a

RGB 187221154
HSL0.250.500.74
HSV90°30°87°
CMYK 0.150.000.30   0.13
XYZ52.182764.610840.2927
Yxy64.61080.33220.4113
Hunter Lab80.3808-24.785526.5461
CIE-Lab84.2828-22.836229.3131

#bbdd9a color RGB value is (187,221,154).

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

The process color (four color CMYK) of #bbdd9a color hex is 0.15, 0.00, 0.30, 0.13. Web safe color of #bbdd9a is #cccc99. Color #bbdd9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10011010
Octal 273 335 232
Decimal 187 221 154
Hex BB DD 9A

RGB Percentages of Color #bbdd9a

%33.27
%39.32
%27.40

CMYK Percentages of Color #bbdd9a

%15
%0
%30
%13

Triadic Colors of #bbdd9a

#bbdd9a #9abbdd #dd9abb

Analogous Colors of #bbdd9a

#bbdd9a #9add9b #dddd9a

Monochromatic Colors of #bbdd9a

#bbdd9a

Complementary Color

#bbdd9a #bc9add

#bbdd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd9a Color CSS Codes

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

#bbdd9a Text Font Color

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

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


#bbdd9a Background Color

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

This div background color is #bbdd9a


#bbdd9a Border Color

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

This div border color is #bbdd9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,221,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 #bbdd9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd9a


Comments

No comments written yet.

Please login to write comment.