Color Hex Logo

#bcc04f Color Hex

#BCC04F
(188,192,79)
0 Favorites   0 Comments

Color spaces of #bcc04f

RGB 18819279
HSL0.170.470.53
HSV62°59°75°
CMYK 0.020.000.59   0.25
XYZ41.000048.955214.6855
Yxy48.95520.39180.4678
Hunter Lab69.9680-17.846236.5333
CIE-Lab75.4234-16.275455.0600

#bcc04f color RGB value is (188,192,79).

#bcc04f hex color red value is 188, green value is 192 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bcc04f hue: 0.17 , saturation: 0.47 and the lightness value of bcc04f is 0.53.

The process color (four color CMYK) of #bcc04f color hex is 0.02, 0.00, 0.59, 0.25. Web safe color of #bcc04f is #cccc66. Color #bcc04f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01001111
Octal 274 300 117
Decimal 188 192 79
Hex BC C0 4F

RGB Percentages of Color #bcc04f

%40.96
%41.83
%17.21

CMYK Percentages of Color #bcc04f

%2
%0
%59
%25

Triadic Colors of #bcc04f

#bcc04f #4fbcc0 #c04fbc

Analogous Colors of #bcc04f

#bcc04f #84c04f #c08c4f

Monochromatic Colors of #bcc04f

#bcc04f

Complementary Color

#bcc04f #534fc0

#bcc04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc04f Color CSS Codes

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

#bcc04f Text Font Color

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

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


#bcc04f Background Color

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

This div background color is #bcc04f


#bcc04f Border Color

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

This div border color is #bcc04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc04f


Comments

No comments written yet.

Please login to write comment.