Color Hex Logo

#cca458 Color Hex

#CCA458
(204,164,88)
0 Favorites   0 Comments

Color spaces of #cca458

RGB 20416488
HSL0.110.530.57
HSV39°57°80°
CMYK 0.000.200.57   0.20
XYZ39.938840.092914.8662
Yxy40.09290.42090.4225
Hunter Lab63.31901.781730.4030
CIE-Lab69.53565.815144.4896

#cca458 color RGB value is (204,164,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01011000
Octal 314 244 130
Decimal 204 164 88
Hex CC A4 58

RGB Percentages of Color #cca458

%44.74
%35.96
%19.30

CMYK Percentages of Color #cca458

%0
%20
%57
%20

Triadic Colors of #cca458

#cca458 #58cca4 #a458cc

Analogous Colors of #cca458

#cca458 #bacc58 #cc6a58

Monochromatic Colors of #cca458

#cca458

Complementary Color

#cca458 #5880cc

#cca458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca458 Color CSS Codes

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

#cca458 Text Font Color

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

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


#cca458 Background Color

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

This div background color is #cca458


#cca458 Border Color

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

This div border color is #cca458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca458


Comments

No comments written yet.

Please login to write comment.