Color Hex Logo

#bbdd9b Color Hex

#BBDD9B
(187,221,155)
0 Favorites   0 Comments

Color spaces of #bbdd9b

RGB 187221155
HSL0.250.490.74
HSV91°30°87°
CMYK 0.150.000.30   0.13
XYZ52.266464.644340.7332
Yxy64.64430.33150.4101
Hunter Lab80.4017-24.666226.2436
CIE-Lab84.3001-22.692128.8217

#bbdd9b color RGB value is (187,221,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10011011
Octal 273 335 233
Decimal 187 221 155
Hex BB DD 9B

RGB Percentages of Color #bbdd9b

%33.21
%39.25
%27.53

CMYK Percentages of Color #bbdd9b

%15
%0
%30
%13

Triadic Colors of #bbdd9b

#bbdd9b #9bbbdd #dd9bbb

Analogous Colors of #bbdd9b

#bbdd9b #9bdd9c #dcdd9b

Monochromatic Colors of #bbdd9b

#bbdd9b

Complementary Color

#bbdd9b #bd9bdd

#bbdd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd9b Color CSS Codes

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

#bbdd9b Text Font Color

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

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


#bbdd9b Background Color

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

This div background color is #bbdd9b


#bbdd9b Border Color

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

This div border color is #bbdd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd9b


Comments

No comments written yet.

Please login to write comment.