Color Hex Logo

#ccae45 Color Hex

#CCAE45
(204,174,69)
0 Favorites   0 Comments

Color spaces of #ccae45

RGB 20417469
HSL0.130.570.54
HSV47°66°80°
CMYK 0.000.150.66   0.20
XYZ41.112143.539111.8673
Yxy43.53910.42600.4511
Hunter Lab65.9842-4.256135.5256
CIE-Lab71.9194-0.827556.0505

#ccae45 color RGB value is (204,174,69).

#ccae45 hex color red value is 204, green value is 174 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ccae45 hue: 0.13 , saturation: 0.57 and the lightness value of ccae45 is 0.54.

The process color (four color CMYK) of #ccae45 color hex is 0.00, 0.15, 0.66, 0.20. Web safe color of #ccae45 is #cc9933. Color #ccae45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 01000101
Octal 314 256 105
Decimal 204 174 69
Hex CC AE 45

RGB Percentages of Color #ccae45

%45.64
%38.93
%15.44

CMYK Percentages of Color #ccae45

%0
%15
%66
%20

Triadic Colors of #ccae45

#ccae45 #45ccae #ae45cc

Analogous Colors of #ccae45

#ccae45 #a7cc45 #cc6b45

Monochromatic Colors of #ccae45

#ccae45

Complementary Color

#ccae45 #4563cc

#ccae45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae45 Color CSS Codes

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

#ccae45 Text Font Color

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

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


#ccae45 Background Color

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

This div background color is #ccae45


#ccae45 Border Color

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

This div border color is #ccae45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae45


Comments

No comments written yet.

Please login to write comment.