Color Hex Logo

#ccaa72 Color Hex

#CCAA72
(204,170,114)
0 Favorites   0 Comments

Color spaces of #ccaa72

RGB 204170114
HSL0.100.470.62
HSV37°44°80°
CMYK 0.000.170.44   0.20
XYZ42.313842.801721.9510
Yxy42.80170.39520.3998
Hunter Lab65.42300.958625.9029
CIE-Lab71.42024.973033.4523

#ccaa72 color RGB value is (204,170,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 01110010
Octal 314 252 162
Decimal 204 170 114
Hex CC AA 72

RGB Percentages of Color #ccaa72

%41.80
%34.84
%23.36

CMYK Percentages of Color #ccaa72

%0
%17
%44
%20

Triadic Colors of #ccaa72

#ccaa72 #72ccaa #aa72cc

Analogous Colors of #ccaa72

#ccaa72 #c1cc72 #cc7d72

Monochromatic Colors of #ccaa72

#ccaa72

Complementary Color

#ccaa72 #7294cc

#ccaa72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa72 Color CSS Codes

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

#ccaa72 Text Font Color

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

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


#ccaa72 Background Color

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

This div background color is #ccaa72


#ccaa72 Border Color

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

This div border color is #ccaa72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,170,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 #ccaa72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa72


Comments

No comments written yet.

Please login to write comment.