Color Hex Logo

#af9893 Color Hex

#AF9893
(175,152,147)
0 Favorites   0 Comments

Color spaces of #af9893

RGB 175152147
HSL0.030.150.63
HSV11°16°69°
CMYK 0.000.130.16   0.31
XYZ34.173933.677032.3029
Yxy33.67700.34120.3363
Hunter Lab58.03193.55957.6191
CIE-Lab64.70547.67225.7570

#af9893 color RGB value is (175,152,147).

#af9893 hex color red value is 175, green value is 152 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #af9893 hue: 0.03 , saturation: 0.15 and the lightness value of af9893 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 10010011
Octal 257 230 223
Decimal 175 152 147
Hex AF 98 93

RGB Percentages of Color #af9893

%36.92
%32.07
%31.01

CMYK Percentages of Color #af9893

%0
%13
%16
%31

Triadic Colors of #af9893

#af9893 #93af98 #9893af

Analogous Colors of #af9893

#af9893 #afa693 #af939c

Monochromatic Colors of #af9893

#af9893

Complementary Color

#af9893 #93aaaf

#af9893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9893 Color CSS Codes

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

#af9893 Text Font Color

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

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


#af9893 Background Color

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

This div background color is #af9893


#af9893 Border Color

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

This div border color is #af9893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9893


Comments

No comments written yet.

Please login to write comment.