Color Hex Logo

#ccae1c Color Hex

#CCAE1C
(204,174,28)
0 Favorites   0 Comments

Color spaces of #ccae1c

RGB 20417428
HSL0.140.760.45
HSV50°86°80°
CMYK 0.000.150.86   0.20
XYZ40.247543.19337.3145
Yxy43.19330.44350.4759
Hunter Lab65.7216-5.700539.4064
CIE-Lab71.6860-2.491269.8800

#ccae1c color RGB value is (204,174,28).

#ccae1c hex color red value is 204, green value is 174 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ccae1c hue: 0.14 , saturation: 0.76 and the lightness value of ccae1c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00011100
Octal 314 256 34
Decimal 204 174 28
Hex CC AE 1C

RGB Percentages of Color #ccae1c

%50.25
%42.86
%6.90

CMYK Percentages of Color #ccae1c

%0
%15
%86
%20

Triadic Colors of #ccae1c

#ccae1c #1cccae #ae1ccc

Analogous Colors of #ccae1c

#ccae1c #92cc1c #cc561c

Monochromatic Colors of #ccae1c

#ccae1c

Complementary Color

#ccae1c #1c3acc

#ccae1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae1c Color CSS Codes

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

#ccae1c Text Font Color

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

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


#ccae1c Background Color

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

This div background color is #ccae1c


#ccae1c Border Color

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

This div border color is #ccae1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae1c


Comments

No comments written yet.

Please login to write comment.