Color Hex Logo

#ccaa08 Color Hex

#CCAA08
(204,170,8)
0 Favorites   0 Comments

Color spaces of #ccaa08

RGB 2041708
HSL0.140.920.42
HSV50°96°80°
CMYK 0.000.170.96   0.20
XYZ39.320441.60446.1878
Yxy41.60440.45140.4776
Hunter Lab64.5015-4.063139.4632
CIE-Lab70.5973-0.704072.4124

#ccaa08 color RGB value is (204,170,8).

#ccaa08 hex color red value is 204, green value is 170 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ccaa08 hue: 0.14 , saturation: 0.92 and the lightness value of ccaa08 is 0.42.

The process color (four color CMYK) of #ccaa08 color hex is 0.00, 0.17, 0.96, 0.20. Web safe color of #ccaa08 is #cc9900. Color #ccaa08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00001000
Octal 314 252 10
Decimal 204 170 8
Hex CC AA 8

RGB Percentages of Color #ccaa08

%53.40
%44.50
%2.09

CMYK Percentages of Color #ccaa08

%0
%17
%96
%20

Triadic Colors of #ccaa08

#ccaa08 #08ccaa #aa08cc

Analogous Colors of #ccaa08

#ccaa08 #8ccc08 #cc4808

Monochromatic Colors of #ccaa08

#ccaa08

Complementary Color

#ccaa08 #082acc

#ccaa08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa08 Color CSS Codes

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

#ccaa08 Text Font Color

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

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


#ccaa08 Background Color

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

This div background color is #ccaa08


#ccaa08 Border Color

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

This div border color is #ccaa08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa08


Comments

No comments written yet.

Please login to write comment.