Color Hex Logo

#ccae72 Color Hex

#CCAE72
(204,174,114)
0 Favorites   0 Comments

Color spaces of #ccae72

RGB 204174114
HSL0.110.470.62
HSV40°44°80°
CMYK 0.000.150.44   0.20
XYZ43.075244.324422.2047
Yxy44.32440.39300.4044
Hunter Lab66.5766-1.019126.8291
CIE-Lab72.44482.832934.7689

#ccae72 color RGB value is (204,174,114).

#ccae72 hex color red value is 204, green value is 174 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ccae72 hue: 0.11 , saturation: 0.47 and the lightness value of ccae72 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 01110010
Octal 314 256 162
Decimal 204 174 114
Hex CC AE 72

RGB Percentages of Color #ccae72

%41.46
%35.37
%23.17

CMYK Percentages of Color #ccae72

%0
%15
%44
%20

Triadic Colors of #ccae72

#ccae72 #72ccae #ae72cc

Analogous Colors of #ccae72

#ccae72 #bdcc72 #cc8172

Monochromatic Colors of #ccae72

#ccae72

Complementary Color

#ccae72 #7290cc

#ccae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae72 Color CSS Codes

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

#ccae72 Text Font Color

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

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


#ccae72 Background Color

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

This div background color is #ccae72


#ccae72 Border Color

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

This div border color is #ccae72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae72


Comments

No comments written yet.

Please login to write comment.