Color Hex Logo

#bbd88c Color Hex

#BBD88C
(187,216,140)
0 Favorites   0 Comments

Color spaces of #bbd88c

RGB 187216140
HSL0.230.490.70
HSV83°35°85°
CMYK 0.130.000.35   0.15
XYZ49.783061.570034.0713
Yxy61.57000.34230.4234
Hunter Lab78.4666-24.067429.1820
CIE-Lab82.6842-22.320534.3640

#bbd88c color RGB value is (187,216,140).

#bbd88c hex color red value is 187, green value is 216 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bbd88c hue: 0.23 , saturation: 0.49 and the lightness value of bbd88c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 10001100
Octal 273 330 214
Decimal 187 216 140
Hex BB D8 8C

RGB Percentages of Color #bbd88c

%34.44
%39.78
%25.78

CMYK Percentages of Color #bbd88c

%13
%0
%35
%15

Triadic Colors of #bbd88c

#bbd88c #8cbbd8 #d88cbb

Analogous Colors of #bbd88c

#bbd88c #95d88c #d8cf8c

Monochromatic Colors of #bbd88c

#bbd88c

Complementary Color

#bbd88c #a98cd8

#bbd88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd88c Color CSS Codes

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

#bbd88c Text Font Color

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

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


#bbd88c Background Color

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

This div background color is #bbd88c


#bbd88c Border Color

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

This div border color is #bbd88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd88c


Comments

No comments written yet.

Please login to write comment.