Color Hex Logo

#bcc32c Color Hex

#BCC32C
(188,195,44)
0 Favorites   0 Comments

Color spaces of #bcc32c

RGB 18819544
HSL0.170.630.47
HSV63°77°76°
CMYK 0.040.000.77   0.24
XYZ40.708849.90349.8696
Yxy49.90340.40510.4966
Hunter Lab70.6423-20.760641.1661
CIE-Lab76.0099-19.699968.7964

#bcc32c color RGB value is (188,195,44).

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

The process color (four color CMYK) of #bcc32c color hex is 0.04, 0.00, 0.77, 0.24. Web safe color of #bcc32c is #cccc33. Color #bcc32c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 00101100
Octal 274 303 54
Decimal 188 195 44
Hex BC C3 2C

RGB Percentages of Color #bcc32c

%44.03
%45.67
%10.30

CMYK Percentages of Color #bcc32c

%4
%0
%77
%24

Triadic Colors of #bcc32c

#bcc32c #2cbcc3 #c32cbc

Analogous Colors of #bcc32c

#bcc32c #71c32c #c37f2c

Monochromatic Colors of #bcc32c

#bcc32c

Complementary Color

#bcc32c #332cc3

#bcc32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc32c Color CSS Codes

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

#bcc32c Text Font Color

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

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


#bcc32c Background Color

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

This div background color is #bcc32c


#bcc32c Border Color

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

This div border color is #bcc32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc32c


Comments

No comments written yet.

Please login to write comment.