Color Hex Logo

#ccae3a Color Hex

#CCAE3A
(204,174,58)
0 Favorites   0 Comments

Color spaces of #ccae3a

RGB 20417458
HSL0.130.590.51
HSV48°72°80°
CMYK 0.000.150.72   0.20
XYZ40.801643.415010.2324
Yxy43.41500.43200.4597
Hunter Lab65.8901-4.773736.9156
CIE-Lab71.8357-1.421560.5119

#ccae3a color RGB value is (204,174,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00111010
Octal 314 256 72
Decimal 204 174 58
Hex CC AE 3A

RGB Percentages of Color #ccae3a

%46.79
%39.91
%13.30

CMYK Percentages of Color #ccae3a

%0
%15
%72
%20

Triadic Colors of #ccae3a

#ccae3a #3accae #ae3acc

Analogous Colors of #ccae3a

#ccae3a #a1cc3a #cc653a

Monochromatic Colors of #ccae3a

#ccae3a

Complementary Color

#ccae3a #3a58cc

#ccae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae3a Color CSS Codes

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

#ccae3a Text Font Color

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

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


#ccae3a Background Color

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

This div background color is #ccae3a


#ccae3a Border Color

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

This div border color is #ccae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae3a


Comments

No comments written yet.

Please login to write comment.