Color Hex Logo

#ccac81 Color Hex

#CCAC81
(204,172,129)
0 Favorites   0 Comments

Color spaces of #ccac81

RGB 204172129
HSL0.100.420.65
HSV34°37°80°
CMYK 0.000.160.37   0.20
XYZ43.616843.927426.9489
Yxy43.92740.38100.3837
Hunter Lab66.27771.483222.2868
CIE-Lab72.17995.577526.4631

#ccac81 color RGB value is (204,172,129).

#ccac81 hex color red value is 204, green value is 172 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ccac81 hue: 0.10 , saturation: 0.42 and the lightness value of ccac81 is 0.65.

The process color (four color CMYK) of #ccac81 color hex is 0.00, 0.16, 0.37, 0.20. Web safe color of #ccac81 is #cc9999. Color #ccac81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 10000001
Octal 314 254 201
Decimal 204 172 129
Hex CC AC 81

RGB Percentages of Color #ccac81

%40.40
%34.06
%25.54

CMYK Percentages of Color #ccac81

%0
%16
%37
%20

Triadic Colors of #ccac81

#ccac81 #81ccac #ac81cc

Analogous Colors of #ccac81

#ccac81 #c7cc81 #cc8781

Monochromatic Colors of #ccac81

#ccac81

Complementary Color

#ccac81 #81a1cc

#ccac81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac81 Color CSS Codes

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

#ccac81 Text Font Color

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

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


#ccac81 Background Color

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

This div background color is #ccac81


#ccac81 Border Color

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

This div border color is #ccac81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac81


Comments

No comments written yet.

Please login to write comment.