Color Hex Logo

#bbdf9f Color Hex

#BBDF9F
(187,223,159)
0 Favorites   0 Comments

Color spaces of #bbdf9f

RGB 187223159
HSL0.260.500.75
HSV94°29°87°
CMYK 0.160.000.29   0.13
XYZ53.139265.843442.7092
Yxy65.84340.32860.4072
Hunter Lab81.1439-25.106625.5941
CIE-Lab84.9165-23.081327.5908

#bbdf9f color RGB value is (187,223,159).

#bbdf9f hex color red value is 187, green value is 223 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbdf9f hue: 0.26 , saturation: 0.50 and the lightness value of bbdf9f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10011111
Octal 273 337 237
Decimal 187 223 159
Hex BB DF 9F

RGB Percentages of Color #bbdf9f

%32.86
%39.19
%27.94

CMYK Percentages of Color #bbdf9f

%16
%0
%29
%13

Triadic Colors of #bbdf9f

#bbdf9f #9fbbdf #df9fbb

Analogous Colors of #bbdf9f

#bbdf9f #9fdfa3 #dbdf9f

Monochromatic Colors of #bbdf9f

#bbdf9f

Complementary Color

#bbdf9f #c39fdf

#bbdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf9f Color CSS Codes

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

#bbdf9f Text Font Color

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

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


#bbdf9f Background Color

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

This div background color is #bbdf9f


#bbdf9f Border Color

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

This div border color is #bbdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf9f


Comments

No comments written yet.

Please login to write comment.