Color Hex Logo

#c2aa04 Color Hex

#C2AA04
(194,170,4)
0 Favorites   0 Comments

Color spaces of #c2aa04

RGB 1941704
HSL0.150.960.39
HSV52°98°76°
CMYK 0.000.120.98   0.24
XYZ36.644840.22765.9482
Yxy40.22760.44250.4857
Hunter Lab63.4252-7.863338.8373
CIE-Lab69.6313-5.190071.7525

#c2aa04 color RGB value is (194,170,4).

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

The process color (four color CMYK) of #c2aa04 color hex is 0.00, 0.12, 0.98, 0.24. Web safe color of #c2aa04 is #cc9900. Color #c2aa04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 00000100
Octal 302 252 4
Decimal 194 170 4
Hex C2 AA 4

RGB Percentages of Color #c2aa04

%52.72
%46.20
%1.09

CMYK Percentages of Color #c2aa04

%0
%12
%98
%24

Triadic Colors of #c2aa04

#c2aa04 #04c2aa #aa04c2

Analogous Colors of #c2aa04

#c2aa04 #7bc204 #c24b04

Monochromatic Colors of #c2aa04

#c2aa04

Complementary Color

#c2aa04 #041cc2

#c2aa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aa04 Color CSS Codes

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

#c2aa04 Text Font Color

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

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


#c2aa04 Background Color

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

This div background color is #c2aa04


#c2aa04 Border Color

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

This div border color is #c2aa04


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c2aa04">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aa04


Comments

No comments written yet.

Please login to write comment.