Color Hex Logo

#ccae4e Color Hex

#CCAE4E
(204,174,78)
0 Favorites   0 Comments

Color spaces of #ccae4e

RGB 20417478
HSL0.130.550.55
HSV46°62°80°
CMYK 0.000.150.62   0.20
XYZ41.413043.659513.4522
Yxy43.65950.42030.4431
Hunter Lab66.0753-3.756234.1820
CIE-Lab72.0003-0.256252.1136

#ccae4e color RGB value is (204,174,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 01001110
Octal 314 256 116
Decimal 204 174 78
Hex CC AE 4E

RGB Percentages of Color #ccae4e

%44.74
%38.16
%17.11

CMYK Percentages of Color #ccae4e

%0
%15
%62
%20

Triadic Colors of #ccae4e

#ccae4e #4eccae #ae4ecc

Analogous Colors of #ccae4e

#ccae4e #abcc4e #cc6f4e

Monochromatic Colors of #ccae4e

#ccae4e

Complementary Color

#ccae4e #4e6ccc

#ccae4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae4e Color CSS Codes

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

#ccae4e Text Font Color

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

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


#ccae4e Background Color

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

This div background color is #ccae4e


#ccae4e Border Color

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

This div border color is #ccae4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae4e


Comments

No comments written yet.

Please login to write comment.