Color Hex Logo

#c1aa07 Color Hex

#C1AA07
(193,170,7)
0 Favorites   0 Comments

Color spaces of #c1aa07

RGB 1931707
HSL0.150.930.39
HSV53°96°76°
CMYK 0.000.120.96   0.24
XYZ36.405440.10226.0228
Yxy40.10220.44110.4859
Hunter Lab63.3263-8.203938.6895
CIE-Lab69.5423-5.600371.2829

#c1aa07 color RGB value is (193,170,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101010 00000111
Octal 301 252 7
Decimal 193 170 7
Hex C1 AA 7

RGB Percentages of Color #c1aa07

%52.16
%45.95
%1.89

CMYK Percentages of Color #c1aa07

%0
%12
%96
%24

Triadic Colors of #c1aa07

#c1aa07 #07c1aa #aa07c1

Analogous Colors of #c1aa07

#c1aa07 #7bc107 #c14d07

Monochromatic Colors of #c1aa07

#c1aa07

Complementary Color

#c1aa07 #071ec1

#c1aa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aa07 Color CSS Codes

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

#c1aa07 Text Font Color

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

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


#c1aa07 Background Color

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

This div background color is #c1aa07


#c1aa07 Border Color

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

This div border color is #c1aa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aa07


Comments

No comments written yet.

Please login to write comment.