Color Hex Logo

#ccae6d Color Hex

#CCAE6D
(204,174,109)
0 Favorites   0 Comments

Color spaces of #ccae6d

RGB 204174109
HSL0.110.480.61
HSV41°47°80°
CMYK 0.000.150.47   0.20
XYZ42.798244.213620.7464
Yxy44.21360.39720.4103
Hunter Lab66.4933-1.472328.0464
CIE-Lab72.37102.325837.2774

#ccae6d color RGB value is (204,174,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 01101101
Octal 314 256 155
Decimal 204 174 109
Hex CC AE 6D

RGB Percentages of Color #ccae6d

%41.89
%35.73
%22.38

CMYK Percentages of Color #ccae6d

%0
%15
%47
%20

Triadic Colors of #ccae6d

#ccae6d #6dccae #ae6dcc

Analogous Colors of #ccae6d

#ccae6d #bbcc6d #cc7f6d

Monochromatic Colors of #ccae6d

#ccae6d

Complementary Color

#ccae6d #6d8bcc

#ccae6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae6d Color CSS Codes

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

#ccae6d Text Font Color

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

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


#ccae6d Background Color

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

This div background color is #ccae6d


#ccae6d Border Color

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

This div border color is #ccae6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae6d


Comments

No comments written yet.

Please login to write comment.