Color Hex Logo

#bbd39f Color Hex

#BBD39F
(187,211,159)
0 Favorites   0 Comments

Color spaces of #bbd39f

RGB 187211159
HSL0.240.370.73
HSV88°25°83°
CMYK 0.110.000.25   0.17
XYZ50.045859.656541.6781
Yxy59.65650.33060.3941
Hunter Lab77.2376-19.507522.0729
CIE-Lab81.6511-17.159523.1486

#bbd39f color RGB value is (187,211,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 10011111
Octal 273 323 237
Decimal 187 211 159
Hex BB D3 9F

RGB Percentages of Color #bbd39f

%33.57
%37.88
%28.55

CMYK Percentages of Color #bbd39f

%11
%0
%25
%17

Triadic Colors of #bbd39f

#bbd39f #9fbbd3 #d39fbb

Analogous Colors of #bbd39f

#bbd39f #a1d39f #d3d19f

Monochromatic Colors of #bbd39f

#bbd39f

Complementary Color

#bbd39f #b79fd3

#bbd39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd39f Color CSS Codes

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

#bbd39f Text Font Color

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

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


#bbd39f Background Color

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

This div background color is #bbd39f


#bbd39f Border Color

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

This div border color is #bbd39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd39f


Comments

No comments written yet.

Please login to write comment.