Color Hex Logo

#bccc5f Color Hex

#BCCC5F
(188,204,95)
0 Favorites   0 Comments

Color spaces of #bccc5f

RGB 18820495
HSL0.190.520.59
HSV69°53°80°
CMYK 0.080.000.53   0.20
XYZ44.397554.703319.0453
Yxy54.70330.37580.4630
Hunter Lab73.9617-22.283536.5059
CIE-Lab78.8701-20.971851.7182

#bccc5f color RGB value is (188,204,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 01011111
Octal 274 314 137
Decimal 188 204 95
Hex BC CC 5F

RGB Percentages of Color #bccc5f

%38.60
%41.89
%19.51

CMYK Percentages of Color #bccc5f

%8
%0
%53
%20

Triadic Colors of #bccc5f

#bccc5f #5fbccc #cc5fbc

Analogous Colors of #bccc5f

#bccc5f #86cc5f #cca65f

Monochromatic Colors of #bccc5f

#bccc5f

Complementary Color

#bccc5f #6f5fcc

#bccc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc5f Color CSS Codes

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

#bccc5f Text Font Color

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

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


#bccc5f Background Color

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

This div background color is #bccc5f


#bccc5f Border Color

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

This div border color is #bccc5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bccc5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc5f


Comments

No comments written yet.

Please login to write comment.