Color Hex Logo

#ccae11 Color Hex

#CCAE11
(204,174,17)
0 Favorites   0 Comments

Color spaces of #ccae11

RGB 20417417
HSL0.140.850.43
HSV50°92°80°
CMYK 0.000.150.92   0.20
XYZ40.139143.14996.7435
Yxy43.14990.44580.4793
Hunter Lab65.6886-5.882339.8954
CIE-Lab71.6566-2.701972.0026

#ccae11 color RGB value is (204,174,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00010001
Octal 314 256 21
Decimal 204 174 17
Hex CC AE 11

RGB Percentages of Color #ccae11

%51.65
%44.05
%4.30

CMYK Percentages of Color #ccae11

%0
%15
%92
%20

Triadic Colors of #ccae11

#ccae11 #11ccae #ae11cc

Analogous Colors of #ccae11

#ccae11 #8dcc11 #cc5111

Monochromatic Colors of #ccae11

#ccae11

Complementary Color

#ccae11 #112fcc

#ccae11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae11 Color CSS Codes

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

#ccae11 Text Font Color

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

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


#ccae11 Background Color

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

This div background color is #ccae11


#ccae11 Border Color

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

This div border color is #ccae11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae11


Comments

No comments written yet.

Please login to write comment.