Color Hex Logo

#ccae19 Color Hex

#CCAE19
(204,174,25)
0 Favorites   0 Comments

Color spaces of #ccae19

RGB 20417425
HSL0.140.780.45
HSV50°88°80°
CMYK 0.000.150.88   0.20
XYZ40.213443.17977.1347
Yxy43.17970.44420.4770
Hunter Lab65.7113-5.757939.5604
CIE-Lab71.6768-2.557670.5359

#ccae19 color RGB value is (204,174,25).

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

The process color (four color CMYK) of #ccae19 color hex is 0.00, 0.15, 0.88, 0.20. Web safe color of #ccae19 is #cc9900. Color #ccae19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00011001
Octal 314 256 31
Decimal 204 174 25
Hex CC AE 19

RGB Percentages of Color #ccae19

%50.62
%43.18
%6.20

CMYK Percentages of Color #ccae19

%0
%15
%88
%20

Triadic Colors of #ccae19

#ccae19 #19ccae #ae19cc

Analogous Colors of #ccae19

#ccae19 #91cc19 #cc5519

Monochromatic Colors of #ccae19

#ccae19

Complementary Color

#ccae19 #1937cc

#ccae19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae19 Color CSS Codes

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

#ccae19 Text Font Color

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

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


#ccae19 Background Color

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

This div background color is #ccae19


#ccae19 Border Color

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

This div border color is #ccae19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae19


Comments

No comments written yet.

Please login to write comment.