Color Hex Logo

#c7aa33 Color Hex

#C7AA33
(199,170,51)
0 Favorites   0 Comments

Color spaces of #c7aa33

RGB 19917051
HSL0.130.590.49
HSV48°74°78°
CMYK 0.000.150.74   0.22
XYZ38.525541.13069.0405
Yxy41.13060.43440.4637
Hunter Lab64.1331-5.006036.5354
CIE-Lab70.2673-1.809361.4850

#c7aa33 color RGB value is (199,170,51).

#c7aa33 hex color red value is 199, green value is 170 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c7aa33 hue: 0.13 , saturation: 0.59 and the lightness value of c7aa33 is 0.49.

The process color (four color CMYK) of #c7aa33 color hex is 0.00, 0.15, 0.74, 0.22. Web safe color of #c7aa33 is #cc9933. Color #c7aa33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 00110011
Octal 307 252 63
Decimal 199 170 51
Hex C7 AA 33

RGB Percentages of Color #c7aa33

%47.38
%40.48
%12.14

CMYK Percentages of Color #c7aa33

%0
%15
%74
%22

Triadic Colors of #c7aa33

#c7aa33 #33c7aa #aa33c7

Analogous Colors of #c7aa33

#c7aa33 #9ac733 #c76033

Monochromatic Colors of #c7aa33

#c7aa33

Complementary Color

#c7aa33 #3350c7

#c7aa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aa33 Color CSS Codes

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

#c7aa33 Text Font Color

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

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


#c7aa33 Background Color

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

This div background color is #c7aa33


#c7aa33 Border Color

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

This div border color is #c7aa33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aa33


Comments

No comments written yet.

Please login to write comment.