Color Hex Logo

#afab91 Color Hex

#AFAB91
(175,171,145)
0 Favorites   0 Comments

Color spaces of #afab91

RGB 175171145
HSL0.140.160.63
HSV52°17°69°
CMYK 0.000.020.17   0.31
XYZ37.352940.284132.5950
Yxy40.28410.33890.3654
Hunter Lab63.4698-6.022213.9804
CIE-Lab69.6714-3.033713.9183

#afab91 color RGB value is (175,171,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10010001
Octal 257 253 221
Decimal 175 171 145
Hex AF AB 91

RGB Percentages of Color #afab91

%35.64
%34.83
%29.53

CMYK Percentages of Color #afab91

%0
%2
%17
%31

Triadic Colors of #afab91

#afab91 #91afab #ab91af

Analogous Colors of #afab91

#afab91 #a4af91 #af9c91

Monochromatic Colors of #afab91

#afab91

Complementary Color

#afab91 #9195af

#afab91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab91 Color CSS Codes

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

#afab91 Text Font Color

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

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


#afab91 Background Color

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

This div background color is #afab91


#afab91 Border Color

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

This div border color is #afab91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab91


Comments

No comments written yet.

Please login to write comment.