Color Hex Logo

#ccca2c Color Hex

#CCCA2C
(204,202,44)
0 Favorites   0 Comments

Color spaces of #ccca2c

RGB 20420244
HSL0.160.650.49
HSV59°78°80°
CMYK 0.000.010.78   0.20
XYZ46.477055.260310.5996
Yxy55.26030.41370.4919
Hunter Lab74.3373-18.488843.5821
CIE-Lab79.1910-16.390272.1184

#ccca2c color RGB value is (204,202,44).

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

The process color (four color CMYK) of #ccca2c color hex is 0.00, 0.01, 0.78, 0.20. Web safe color of #ccca2c is #cccc33. Color #ccca2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 00101100
Octal 314 312 54
Decimal 204 202 44
Hex CC CA 2C

RGB Percentages of Color #ccca2c

%45.33
%44.89
%9.78

CMYK Percentages of Color #ccca2c

%0
%1
%78
%20

Triadic Colors of #ccca2c

#ccca2c #2cccca #ca2ccc

Analogous Colors of #ccca2c

#ccca2c #7ecc2c #cc7a2c

Monochromatic Colors of #ccca2c

#ccca2c

Complementary Color

#ccca2c #2c2ecc

#ccca2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca2c Color CSS Codes

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

#ccca2c Text Font Color

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

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


#ccca2c Background Color

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

This div background color is #ccca2c


#ccca2c Border Color

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

This div border color is #ccca2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca2c


Comments

No comments written yet.

Please login to write comment.