Color Hex Logo

#bbcc9d Color Hex

#BBCC9D
(187,204,157)
0 Favorites   0 Comments

Color spaces of #bbcc9d

RGB 187204157
HSL0.230.320.71
HSV82°23°80°
CMYK 0.080.000.23   0.20
XYZ48.172256.184840.2041
Yxy56.18480.33320.3887
Hunter Lab74.9565-16.457620.6684
CIE-Lab79.7189-13.933621.5497

#bbcc9d color RGB value is (187,204,157).

#bbcc9d hex color red value is 187, green value is 204 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbcc9d hue: 0.23 , saturation: 0.32 and the lightness value of bbcc9d is 0.71.

The process color (four color CMYK) of #bbcc9d color hex is 0.08, 0.00, 0.23, 0.20. Web safe color of #bbcc9d is #cccc99. Color #bbcc9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10011101
Octal 273 314 235
Decimal 187 204 157
Hex BB CC 9D

RGB Percentages of Color #bbcc9d

%34.12
%37.23
%28.65

CMYK Percentages of Color #bbcc9d

%8
%0
%23
%20

Triadic Colors of #bbcc9d

#bbcc9d #9dbbcc #cc9dbb

Analogous Colors of #bbcc9d

#bbcc9d #a4cc9d #ccc69d

Monochromatic Colors of #bbcc9d

#bbcc9d

Complementary Color

#bbcc9d #ae9dcc

#bbcc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc9d Color CSS Codes

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

#bbcc9d Text Font Color

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

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


#bbcc9d Background Color

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

This div background color is #bbcc9d


#bbcc9d Border Color

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

This div border color is #bbcc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc9d


Comments

No comments written yet.

Please login to write comment.