Color Hex Logo

#ccae81 Color Hex

#CCAE81
(204,174,129)
0 Favorites   0 Comments

Color spaces of #ccae81

RGB 204174129
HSL0.100.420.65
HSV36°37°80°
CMYK 0.000.150.37   0.20
XYZ44.000344.694527.0767
Yxy44.69450.38010.3861
Hunter Lab66.85390.486422.7846
CIE-Lab72.69034.504827.1448

#ccae81 color RGB value is (204,174,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 10000001
Octal 314 256 201
Decimal 204 174 129
Hex CC AE 81

RGB Percentages of Color #ccae81

%40.24
%34.32
%25.44

CMYK Percentages of Color #ccae81

%0
%15
%37
%20

Triadic Colors of #ccae81

#ccae81 #81ccae #ae81cc

Analogous Colors of #ccae81

#ccae81 #c5cc81 #cc8981

Monochromatic Colors of #ccae81

#ccae81

Complementary Color

#ccae81 #819fcc

#ccae81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae81 Color CSS Codes

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

#ccae81 Text Font Color

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

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


#ccae81 Background Color

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

This div background color is #ccae81


#ccae81 Border Color

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

This div border color is #ccae81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae81


Comments

No comments written yet.

Please login to write comment.