Color Hex Logo

#bcbd2c Color Hex

#BCBD2C
(188,189,44)
0 Favorites   0 Comments

Color spaces of #bcbd2c

RGB 18818944
HSL0.170.620.46
HSV60°77°74°
CMYK 0.010.000.77   0.26
XYZ39.391347.26849.4304
Yxy47.26840.40990.4919
Hunter Lab68.7520-18.044939.9939
CIE-Lab74.3611-16.703667.3066

#bcbd2c color RGB value is (188,189,44).

#bcbd2c hex color red value is 188, green value is 189 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bcbd2c hue: 0.17 , saturation: 0.62 and the lightness value of bcbd2c is 0.46.

The process color (four color CMYK) of #bcbd2c color hex is 0.01, 0.00, 0.77, 0.26. Web safe color of #bcbd2c is #cccc33. Color #bcbd2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00101100
Octal 274 275 54
Decimal 188 189 44
Hex BC BD 2C

RGB Percentages of Color #bcbd2c

%44.66
%44.89
%10.45

CMYK Percentages of Color #bcbd2c

%1
%0
%77
%26

Triadic Colors of #bcbd2c

#bcbd2c #2cbcbd #bd2cbc

Analogous Colors of #bcbd2c

#bcbd2c #74bd2c #bd762c

Monochromatic Colors of #bcbd2c

#bcbd2c

Complementary Color

#bcbd2c #2d2cbd

#bcbd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd2c Color CSS Codes

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

#bcbd2c Text Font Color

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

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


#bcbd2c Background Color

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

This div background color is #bcbd2c


#bcbd2c Border Color

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

This div border color is #bcbd2c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,189,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd2c


Comments

No comments written yet.

Please login to write comment.