Color Hex Logo

#cca25a Color Hex

#CCA25A
(204,162,90)
0 Favorites   0 Comments

Color spaces of #cca25a

RGB 20416290
HSL0.110.530.58
HSV38°56°80°
CMYK 0.000.210.56   0.20
XYZ39.667639.416215.1902
Yxy39.41620.42080.4181
Hunter Lab62.78232.912229.6024
CIE-Lab69.05177.051542.9124

#cca25a color RGB value is (204,162,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01011010
Octal 314 242 132
Decimal 204 162 90
Hex CC A2 5A

RGB Percentages of Color #cca25a

%44.74
%35.53
%19.74

CMYK Percentages of Color #cca25a

%0
%21
%56
%20

Triadic Colors of #cca25a

#cca25a #5acca2 #a25acc

Analogous Colors of #cca25a

#cca25a #bdcc5a #cc695a

Monochromatic Colors of #cca25a

#cca25a

Complementary Color

#cca25a #5a84cc

#cca25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca25a Color CSS Codes

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

#cca25a Text Font Color

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

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


#cca25a Background Color

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

This div background color is #cca25a


#cca25a Border Color

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

This div border color is #cca25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca25a


Comments

No comments written yet.

Please login to write comment.