Color Hex Logo

#ccae5a Color Hex

#CCAE5A
(204,174,90)
0 Favorites   0 Comments

Color spaces of #ccae5a

RGB 20417490
HSL0.120.530.58
HSV44°56°80°
CMYK 0.000.150.56   0.20
XYZ41.883443.847715.9288
Yxy43.84770.41200.4313
Hunter Lab66.2176-2.977532.0900
CIE-Lab72.12660.629346.5593

#ccae5a color RGB value is (204,174,90).

#ccae5a hex color red value is 204, green value is 174 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccae5a hue: 0.12 , saturation: 0.53 and the lightness value of ccae5a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 01011010
Octal 314 256 132
Decimal 204 174 90
Hex CC AE 5A

RGB Percentages of Color #ccae5a

%43.59
%37.18
%19.23

CMYK Percentages of Color #ccae5a

%0
%15
%56
%20

Triadic Colors of #ccae5a

#ccae5a #5accae #ae5acc

Analogous Colors of #ccae5a

#ccae5a #b1cc5a #cc755a

Monochromatic Colors of #ccae5a

#ccae5a

Complementary Color

#ccae5a #5a78cc

#ccae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae5a Color CSS Codes

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

#ccae5a Text Font Color

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

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


#ccae5a Background Color

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

This div background color is #ccae5a


#ccae5a Border Color

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

This div border color is #ccae5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae5a


Comments

No comments written yet.

Please login to write comment.