Color Hex Logo

#afaa42 Color Hex

#AFAA42
(175,170,66)
0 Favorites   0 Comments

Color spaces of #afaa42

RGB 17517066
HSL0.160.450.47
HSV57°62°69°
CMYK 0.000.030.62   0.31
XYZ33.037338.256810.7973
Yxy38.25680.40240.4660
Hunter Lab61.8521-12.898232.9464
CIE-Lab68.2095-11.417852.6163

#afaa42 color RGB value is (175,170,66).

#afaa42 hex color red value is 175, green value is 170 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #afaa42 hue: 0.16 , saturation: 0.45 and the lightness value of afaa42 is 0.47.

The process color (four color CMYK) of #afaa42 color hex is 0.00, 0.03, 0.62, 0.31. Web safe color of #afaa42 is #999933. Color #afaa42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01000010
Octal 257 252 102
Decimal 175 170 66
Hex AF AA 42

RGB Percentages of Color #afaa42

%42.58
%41.36
%16.06

CMYK Percentages of Color #afaa42

%0
%3
%62
%31

Triadic Colors of #afaa42

#afaa42 #42afaa #aa42af

Analogous Colors of #afaa42

#afaa42 #7eaf42 #af7442

Monochromatic Colors of #afaa42

#afaa42

Complementary Color

#afaa42 #4247af

#afaa42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa42 Color CSS Codes

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

#afaa42 Text Font Color

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

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


#afaa42 Background Color

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

This div background color is #afaa42


#afaa42 Border Color

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

This div border color is #afaa42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa42


Comments

No comments written yet.

Please login to write comment.