Color Hex Logo

#bcbc4f Color Hex

#BCBC4F
(188,188,79)
0 Favorites   0 Comments

Color spaces of #bcbc4f

RGB 18818879
HSL0.170.450.52
HSV60°58°74°
CMYK 0.000.000.58   0.26
XYZ40.133547.222314.3967
Yxy47.22230.39440.4641
Hunter Lab68.7185-16.008435.6815
CIE-Lab74.3317-14.250253.8545

#bcbc4f color RGB value is (188,188,79).

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

The process color (four color CMYK) of #bcbc4f color hex is 0.00, 0.00, 0.58, 0.26. Web safe color of #bcbc4f is #cccc66. Color #bcbc4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 01001111
Octal 274 274 117
Decimal 188 188 79
Hex BC BC 4F

RGB Percentages of Color #bcbc4f

%41.32
%41.32
%17.36

CMYK Percentages of Color #bcbc4f

%0
%0
%58
%26

Triadic Colors of #bcbc4f

#bcbc4f #4fbcbc #bc4fbc

Analogous Colors of #bcbc4f

#bcbc4f #86bc4f #bc864f

Monochromatic Colors of #bcbc4f

#bcbc4f

Complementary Color

#bcbc4f #4f4fbc

#bcbc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc4f Color CSS Codes

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

#bcbc4f Text Font Color

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

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


#bcbc4f Background Color

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

This div background color is #bcbc4f


#bcbc4f Border Color

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

This div border color is #bcbc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc4f


Comments

No comments written yet.

Please login to write comment.