Color Hex Logo

#bccc4f Color Hex

#BCCC4F
(188,204,79)
0 Favorites   0 Comments

Color spaces of #bccc4f

RGB 18820479
HSL0.190.550.55
HSV68°61°80°
CMYK 0.080.000.61   0.20
XYZ43.743254.441615.5999
Yxy54.44160.38440.4785
Hunter Lab73.7846-23.299239.1138
CIE-Lab78.7185-22.233958.6551

#bccc4f color RGB value is (188,204,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 01001111
Octal 274 314 117
Decimal 188 204 79
Hex BC CC 4F

RGB Percentages of Color #bccc4f

%39.92
%43.31
%16.77

CMYK Percentages of Color #bccc4f

%8
%0
%61
%20

Triadic Colors of #bccc4f

#bccc4f #4fbccc #cc4fbc

Analogous Colors of #bccc4f

#bccc4f #7ecc4f #cc9e4f

Monochromatic Colors of #bccc4f

#bccc4f

Complementary Color

#bccc4f #5f4fcc

#bccc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc4f Color CSS Codes

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

#bccc4f Text Font Color

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

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


#bccc4f Background Color

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

This div background color is #bccc4f


#bccc4f Border Color

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

This div border color is #bccc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc4f


Comments

No comments written yet.

Please login to write comment.