Color Hex Logo

#cca24e Color Hex

#CCA24E
(204,162,78)
0 Favorites   0 Comments

Color spaces of #cca24e

RGB 20416278
HSL0.110.550.55
HSV40°62°80°
CMYK 0.000.210.62   0.20
XYZ39.197339.228112.7136
Yxy39.22810.43010.4304
Hunter Lab62.63232.104431.8075
CIE-Lab68.91626.153148.6536

#cca24e color RGB value is (204,162,78).

#cca24e hex color red value is 204, green value is 162 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cca24e hue: 0.11 , saturation: 0.55 and the lightness value of cca24e is 0.55.

The process color (four color CMYK) of #cca24e color hex is 0.00, 0.21, 0.62, 0.20. Web safe color of #cca24e is #cc9966. Color #cca24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01001110
Octal 314 242 116
Decimal 204 162 78
Hex CC A2 4E

RGB Percentages of Color #cca24e

%45.95
%36.49
%17.57

CMYK Percentages of Color #cca24e

%0
%21
%62
%20

Triadic Colors of #cca24e

#cca24e #4ecca2 #a24ecc

Analogous Colors of #cca24e

#cca24e #b7cc4e #cc634e

Monochromatic Colors of #cca24e

#cca24e

Complementary Color

#cca24e #4e78cc

#cca24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca24e Color CSS Codes

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

#cca24e Text Font Color

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

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


#cca24e Background Color

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

This div background color is #cca24e


#cca24e Border Color

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

This div border color is #cca24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca24e


Comments

No comments written yet.

Please login to write comment.