Color Hex Logo

#cca58e Color Hex

#CCA58E
(204,165,142)
0 Favorites   0 Comments

Color spaces of #cca58e

RGB 204165142
HSL0.060.380.68
HSV22°30°80°
CMYK 0.000.190.30   0.20
XYZ43.239541.700631.3612
Yxy41.70060.37180.3586
Hunter Lab64.57606.514016.4091
CIE-Lab70.664010.996417.3395

#cca58e color RGB value is (204,165,142).

#cca58e hex color red value is 204, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cca58e hue: 0.06 , saturation: 0.38 and the lightness value of cca58e is 0.68.

The process color (four color CMYK) of #cca58e color hex is 0.00, 0.19, 0.30, 0.20. Web safe color of #cca58e is #cc9999. Color #cca58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 10001110
Octal 314 245 216
Decimal 204 165 142
Hex CC A5 8E

RGB Percentages of Color #cca58e

%39.92
%32.29
%27.79

CMYK Percentages of Color #cca58e

%0
%19
%30
%20

Triadic Colors of #cca58e

#cca58e #8ecca5 #a58ecc

Analogous Colors of #cca58e

#cca58e #ccc48e #cc8e96

Monochromatic Colors of #cca58e

#cca58e

Complementary Color

#cca58e #8eb5cc

#cca58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca58e Color CSS Codes

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

#cca58e Text Font Color

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

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


#cca58e Background Color

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

This div background color is #cca58e


#cca58e Border Color

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

This div border color is #cca58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca58e

#cca58e Color Palettes


Comments

No comments written yet.

Please login to write comment.