Color Hex Logo

#bbd39b Color Hex

#BBD39B
(187,211,155)
0 Favorites   0 Comments

Color spaces of #bbd39b

RGB 187211155
HSL0.240.390.72
HSV86°27°83°
CMYK 0.110.000.27   0.17
XYZ49.704259.519939.8791
Yxy59.51990.33340.3992
Hunter Lab77.1491-20.010423.3569
CIE-Lab81.5765-17.758725.1402

#bbd39b color RGB value is (187,211,155).

#bbd39b hex color red value is 187, green value is 211 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bbd39b hue: 0.24 , saturation: 0.39 and the lightness value of bbd39b is 0.72.

The process color (four color CMYK) of #bbd39b color hex is 0.11, 0.00, 0.27, 0.17. Web safe color of #bbd39b is #cccc99. Color #bbd39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 10011011
Octal 273 323 233
Decimal 187 211 155
Hex BB D3 9B

RGB Percentages of Color #bbd39b

%33.82
%38.16
%28.03

CMYK Percentages of Color #bbd39b

%11
%0
%27
%17

Triadic Colors of #bbd39b

#bbd39b #9bbbd3 #d39bbb

Analogous Colors of #bbd39b

#bbd39b #9fd39b #d3cf9b

Monochromatic Colors of #bbd39b

#bbd39b

Complementary Color

#bbd39b #b39bd3

#bbd39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd39b Color CSS Codes

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

#bbd39b Text Font Color

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

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


#bbd39b Background Color

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

This div background color is #bbd39b


#bbd39b Border Color

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

This div border color is #bbd39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd39b


Comments

No comments written yet.

Please login to write comment.