Color Hex Logo

#afad55 Color Hex

#AFAD55
(175,173,85)
0 Favorites   0 Comments

Color spaces of #afad55

RGB 17517385
HSL0.160.360.51
HSV59°51°69°
CMYK 0.000.010.51   0.31
XYZ34.262539.657014.4431
Yxy39.65700.38770.4488
Hunter Lab62.9738-13.086730.4834
CIE-Lab69.2245-11.499944.9396

#afad55 color RGB value is (175,173,85).

#afad55 hex color red value is 175, green value is 173 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afad55 hue: 0.16 , saturation: 0.36 and the lightness value of afad55 is 0.51.

The process color (four color CMYK) of #afad55 color hex is 0.00, 0.01, 0.51, 0.31. Web safe color of #afad55 is #999966. Color #afad55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 01010101
Octal 257 255 125
Decimal 175 173 85
Hex AF AD 55

RGB Percentages of Color #afad55

%40.42
%39.95
%19.63

CMYK Percentages of Color #afad55

%0
%1
%51
%31

Triadic Colors of #afad55

#afad55 #55afad #ad55af

Analogous Colors of #afad55

#afad55 #84af55 #af8055

Monochromatic Colors of #afad55

#afad55

Complementary Color

#afad55 #5557af

#afad55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad55 Color CSS Codes

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

#afad55 Text Font Color

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

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


#afad55 Background Color

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

This div background color is #afad55


#afad55 Border Color

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

This div border color is #afad55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad55


Comments

No comments written yet.

Please login to write comment.