Color Hex Logo

#ccc32e Color Hex

#CCC32E
(204,195,46)
0 Favorites   0 Comments

Color spaces of #ccc32e

RGB 20419546
HSL0.160.630.49
HSV57°77°80°
CMYK 0.000.040.77   0.20
XYZ44.910152.064810.2673
Yxy52.06480.41880.4855
Hunter Lab72.1559-15.173942.0726
CIE-Lab77.3196-12.801369.8635

#ccc32e color RGB value is (204,195,46).

#ccc32e hex color red value is 204, green value is 195 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ccc32e hue: 0.16 , saturation: 0.63 and the lightness value of ccc32e is 0.49.

The process color (four color CMYK) of #ccc32e color hex is 0.00, 0.04, 0.77, 0.20. Web safe color of #ccc32e is #cccc33. Color #ccc32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00101110
Octal 314 303 56
Decimal 204 195 46
Hex CC C3 2E

RGB Percentages of Color #ccc32e

%45.84
%43.82
%10.34

CMYK Percentages of Color #ccc32e

%0
%4
%77
%20

Triadic Colors of #ccc32e

#ccc32e #2eccc3 #c32ecc

Analogous Colors of #ccc32e

#ccc32e #86cc2e #cc742e

Monochromatic Colors of #ccc32e

#ccc32e

Complementary Color

#ccc32e #2e37cc

#ccc32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc32e Color CSS Codes

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

#ccc32e Text Font Color

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

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


#ccc32e Background Color

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

This div background color is #ccc32e


#ccc32e Border Color

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

This div border color is #ccc32e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,195,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc32e


Comments

No comments written yet.

Please login to write comment.