Color Hex Logo

#bbcc4f Color Hex

#BBCC4F
(187,204,79)
0 Favorites   0 Comments

Color spaces of #bbcc4f

RGB 18720479
HSL0.190.550.55
HSV68°61°80°
CMYK 0.080.000.61   0.20
XYZ43.497754.315015.5884
Yxy54.31500.38360.4790
Hunter Lab73.6987-23.620339.0484
CIE-Lab78.6451-22.640758.5541

#bbcc4f color RGB value is (187,204,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 01001111
Octal 273 314 117
Decimal 187 204 79
Hex BB CC 4F

RGB Percentages of Color #bbcc4f

%39.79
%43.40
%16.81

CMYK Percentages of Color #bbcc4f

%8
%0
%61
%20

Triadic Colors of #bbcc4f

#bbcc4f #4fbbcc #cc4fbb

Analogous Colors of #bbcc4f

#bbcc4f #7dcc4f #cc9f4f

Monochromatic Colors of #bbcc4f

#bbcc4f

Complementary Color

#bbcc4f #604fcc

#bbcc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc4f Color CSS Codes

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

#bbcc4f Text Font Color

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

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


#bbcc4f Background Color

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

This div background color is #bbcc4f


#bbcc4f Border Color

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

This div border color is #bbcc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc4f


Comments

No comments written yet.

Please login to write comment.