Color Hex Logo

#ccaa04 Color Hex

#CCAA04
(204,170,4)
1 Favorites   0 Comments

Color spaces of #ccaa04

RGB 2041704
HSL0.140.960.41
HSV50°98°80°
CMYK 0.000.170.98   0.20
XYZ39.298541.59566.0724
Yxy41.59560.45190.4783
Hunter Lab64.4947-4.100339.5639
CIE-Lab70.5912-0.746972.8829

#ccaa04 color RGB value is (204,170,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00000100
Octal 314 252 4
Decimal 204 170 4
Hex CC AA 4

RGB Percentages of Color #ccaa04

%53.97
%44.97
%1.06

CMYK Percentages of Color #ccaa04

%0
%17
%98
%20

Triadic Colors of #ccaa04

#ccaa04 #04ccaa #aa04cc

Analogous Colors of #ccaa04

#ccaa04 #8acc04 #cc4604

Monochromatic Colors of #ccaa04

#ccaa04

Complementary Color

#ccaa04 #0426cc

#ccaa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa04 Color CSS Codes

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

#ccaa04 Text Font Color

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

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


#ccaa04 Background Color

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

This div background color is #ccaa04


#ccaa04 Border Color

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

This div border color is #ccaa04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa04

#ccaa04 Color Palettes


Comments

No comments written yet.

Please login to write comment.