Color Hex Logo

#afaa44 Color Hex

#AFAA44
(175,170,68)
0 Favorites   0 Comments

Color spaces of #afaa44

RGB 17517068
HSL0.160.440.48
HSV57°61°69°
CMYK 0.000.030.61   0.31
XYZ33.097338.280811.1134
Yxy38.28080.40120.4641
Hunter Lab61.8715-12.789032.6603
CIE-Lab68.2271-11.281051.7519

#afaa44 color RGB value is (175,170,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01000100
Octal 257 252 104
Decimal 175 170 68
Hex AF AA 44

RGB Percentages of Color #afaa44

%42.37
%41.16
%16.46

CMYK Percentages of Color #afaa44

%0
%3
%61
%31

Triadic Colors of #afaa44

#afaa44 #44afaa #aa44af

Analogous Colors of #afaa44

#afaa44 #7faf44 #af7544

Monochromatic Colors of #afaa44

#afaa44

Complementary Color

#afaa44 #4449af

#afaa44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa44 Color CSS Codes

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

#afaa44 Text Font Color

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

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


#afaa44 Background Color

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

This div background color is #afaa44


#afaa44 Border Color

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

This div border color is #afaa44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa44


Comments

No comments written yet.

Please login to write comment.