Color Hex Logo

#af9880 Color Hex

#AF9880
(175,152,128)
0 Favorites   0 Comments

Color spaces of #af9880

RGB 175152128
HSL0.090.230.59
HSV31°27°69°
CMYK 0.000.130.27   0.31
XYZ32.803733.128925.0877
Yxy33.12890.36040.3640
Hunter Lab57.55771.006014.4476
CIE-Lab64.26514.753015.7770

#af9880 color RGB value is (175,152,128).

#af9880 hex color red value is 175, green value is 152 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #af9880 hue: 0.09 , saturation: 0.23 and the lightness value of af9880 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 10000000
Octal 257 230 200
Decimal 175 152 128
Hex AF 98 80

RGB Percentages of Color #af9880

%38.46
%33.41
%28.13

CMYK Percentages of Color #af9880

%0
%13
%27
%31

Triadic Colors of #af9880

#af9880 #80af98 #9880af

Analogous Colors of #af9880

#af9880 #afaf80 #af8180

Monochromatic Colors of #af9880

#af9880

Complementary Color

#af9880 #8097af

#af9880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9880 Color CSS Codes

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

#af9880 Text Font Color

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

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


#af9880 Background Color

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

This div background color is #af9880


#af9880 Border Color

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

This div border color is #af9880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9880


Comments

No comments written yet.

Please login to write comment.