Color Hex Logo

#afaf88 Color Hex

#AFAF88
(175,175,136)
0 Favorites   0 Comments

Color spaces of #afaf88

RGB 175175136
HSL0.170.200.61
HSV60°22°69°
CMYK 0.000.000.22   0.31
XYZ37.453141.551529.3388
Yxy41.55150.34570.3835
Hunter Lab64.4605-9.092918.1368
CIE-Lab70.5606-6.539220.0637

#afaf88 color RGB value is (175,175,136).

#afaf88 hex color red value is 175, green value is 175 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #afaf88 hue: 0.17 , saturation: 0.20 and the lightness value of afaf88 is 0.61.

The process color (four color CMYK) of #afaf88 color hex is 0.00, 0.00, 0.22, 0.31. Web safe color of #afaf88 is #999999. Color #afaf88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 10001000
Octal 257 257 210
Decimal 175 175 136
Hex AF AF 88

RGB Percentages of Color #afaf88

%36.01
%36.01
%27.98

CMYK Percentages of Color #afaf88

%0
%0
%22
%31

Triadic Colors of #afaf88

#afaf88 #88afaf #af88af

Analogous Colors of #afaf88

#afaf88 #9caf88 #af9c88

Monochromatic Colors of #afaf88

#afaf88

Complementary Color

#afaf88 #8888af

#afaf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf88 Color CSS Codes

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

#afaf88 Text Font Color

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

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


#afaf88 Background Color

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

This div background color is #afaf88


#afaf88 Border Color

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

This div border color is #afaf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf88


Comments

No comments written yet.

Please login to write comment.