Color Hex Logo

#ccc42e Color Hex

#CCC42E
(204,196,46)
0 Favorites   0 Comments

Color spaces of #ccc42e

RGB 20419646
HSL0.160.630.49
HSV57°77°80°
CMYK 0.000.040.77   0.20
XYZ45.134952.514510.3422
Yxy52.51450.41790.4863
Hunter Lab72.4669-15.641042.2652
CIE-Lab77.5875-13.307470.1046

#ccc42e color RGB value is (204,196,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 00101110
Octal 314 304 56
Decimal 204 196 46
Hex CC C4 2E

RGB Percentages of Color #ccc42e

%45.74
%43.95
%10.31

CMYK Percentages of Color #ccc42e

%0
%4
%77
%20

Triadic Colors of #ccc42e

#ccc42e #2eccc4 #c42ecc

Analogous Colors of #ccc42e

#ccc42e #85cc2e #cc752e

Monochromatic Colors of #ccc42e

#ccc42e

Complementary Color

#ccc42e #2e36cc

#ccc42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc42e Color CSS Codes

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

#ccc42e Text Font Color

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

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


#ccc42e Background Color

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

This div background color is #ccc42e


#ccc42e Border Color

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

This div border color is #ccc42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc42e


Comments

No comments written yet.

Please login to write comment.