Color Hex Logo

#afab93 Color Hex

#AFAB93
(175,171,147)
0 Favorites   0 Comments

Color spaces of #afab93

RGB 175171147
HSL0.140.150.63
HSV51°16°69°
CMYK 0.000.020.16   0.31
XYZ37.508640.346433.4145
Yxy40.34640.33710.3626
Hunter Lab63.5188-5.751613.2733
CIE-Lab69.7155-2.715812.8824

#afab93 color RGB value is (175,171,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10010011
Octal 257 253 223
Decimal 175 171 147
Hex AF AB 93

RGB Percentages of Color #afab93

%35.50
%34.69
%29.82

CMYK Percentages of Color #afab93

%0
%2
%16
%31

Triadic Colors of #afab93

#afab93 #93afab #ab93af

Analogous Colors of #afab93

#afab93 #a5af93 #af9d93

Monochromatic Colors of #afab93

#afab93

Complementary Color

#afab93 #9397af

#afab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab93 Color CSS Codes

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

#afab93 Text Font Color

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

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


#afab93 Background Color

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

This div background color is #afab93


#afab93 Border Color

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

This div border color is #afab93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,171,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 #afab93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab93


Comments

No comments written yet.

Please login to write comment.