Color Hex Logo

#bbcc7f Color Hex

#BBCC7F
(187,204,127)
0 Favorites   0 Comments

Color spaces of #bbcc7f

RGB 187204127
HSL0.200.430.65
HSV73°38°80°
CMYK 0.080.000.38   0.20
XYZ45.917155.282828.3292
Yxy55.28280.35450.4268
Hunter Lab74.3524-19.882229.4564
CIE-Lab79.2039-18.034136.4651

#bbcc7f color RGB value is (187,204,127).

#bbcc7f hex color red value is 187, green value is 204 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bbcc7f hue: 0.20 , saturation: 0.43 and the lightness value of bbcc7f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 01111111
Octal 273 314 177
Decimal 187 204 127
Hex BB CC 7F

RGB Percentages of Color #bbcc7f

%36.10
%39.38
%24.52

CMYK Percentages of Color #bbcc7f

%8
%0
%38
%20

Triadic Colors of #bbcc7f

#bbcc7f #7fbbcc #cc7fbb

Analogous Colors of #bbcc7f

#bbcc7f #95cc7f #ccb77f

Monochromatic Colors of #bbcc7f

#bbcc7f

Complementary Color

#bbcc7f #907fcc

#bbcc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc7f Color CSS Codes

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

#bbcc7f Text Font Color

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

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


#bbcc7f Background Color

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

This div background color is #bbcc7f


#bbcc7f Border Color

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

This div border color is #bbcc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc7f


Comments

No comments written yet.

Please login to write comment.