Color Hex Logo

#bbcc5f Color Hex

#BBCC5F
(187,204,95)
0 Favorites   0 Comments

Color spaces of #bbcc5f

RGB 18720495
HSL0.190.520.59
HSV69°53°80°
CMYK 0.080.000.53   0.20
XYZ44.151954.576819.0338
Yxy54.57680.37490.4634
Hunter Lab73.8761-22.603136.4375
CIE-Lab78.7969-21.373051.6146

#bbcc5f color RGB value is (187,204,95).

#bbcc5f hex color red value is 187, green value is 204 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbcc5f hue: 0.19 , saturation: 0.52 and the lightness value of bbcc5f is 0.59.

The process color (four color CMYK) of #bbcc5f color hex is 0.08, 0.00, 0.53, 0.20. Web safe color of #bbcc5f is #cccc66. Color #bbcc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 01011111
Octal 273 314 137
Decimal 187 204 95
Hex BB CC 5F

RGB Percentages of Color #bbcc5f

%38.48
%41.98
%19.55

CMYK Percentages of Color #bbcc5f

%8
%0
%53
%20

Triadic Colors of #bbcc5f

#bbcc5f #5fbbcc #cc5fbb

Analogous Colors of #bbcc5f

#bbcc5f #85cc5f #cca75f

Monochromatic Colors of #bbcc5f

#bbcc5f

Complementary Color

#bbcc5f #705fcc

#bbcc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc5f Color CSS Codes

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

#bbcc5f Text Font Color

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

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


#bbcc5f Background Color

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

This div background color is #bbcc5f


#bbcc5f Border Color

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

This div border color is #bbcc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc5f


Comments

No comments written yet.

Please login to write comment.