Color Hex Logo

#cca95e Color Hex

#CCA95E
(204,169,94)
0 Favorites   0 Comments

Color spaces of #cca95e

RGB 20416994
HSL0.110.520.58
HSV41°54°80°
CMYK 0.000.170.54   0.20
XYZ41.110242.021516.5339
Yxy42.02150.41250.4216
Hunter Lab64.8240-0.240530.2544
CIE-Lab70.88573.621943.1020

#cca95e color RGB value is (204,169,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 01011110
Octal 314 251 136
Decimal 204 169 94
Hex CC A9 5E

RGB Percentages of Color #cca95e

%43.68
%36.19
%20.13

CMYK Percentages of Color #cca95e

%0
%17
%54
%20

Triadic Colors of #cca95e

#cca95e #5ecca9 #a95ecc

Analogous Colors of #cca95e

#cca95e #b8cc5e #cc725e

Monochromatic Colors of #cca95e

#cca95e

Complementary Color

#cca95e #5e81cc

#cca95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca95e Color CSS Codes

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

#cca95e Text Font Color

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

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


#cca95e Background Color

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

This div background color is #cca95e


#cca95e Border Color

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

This div border color is #cca95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca95e


Comments

No comments written yet.

Please login to write comment.