Color Hex Logo

#afab81 Color Hex

#AFAB81
(175,171,129)
0 Favorites   0 Comments

Color spaces of #afab81

RGB 175171129
HSL0.150.220.60
HSV55°26°69°
CMYK 0.000.020.26   0.31
XYZ36.204639.824826.5476
Yxy39.82480.35300.3882
Hunter Lab63.1069-8.031119.2329
CIE-Lab69.3446-5.417022.2009

#afab81 color RGB value is (175,171,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10000001
Octal 257 253 201
Decimal 175 171 129
Hex AF AB 81

RGB Percentages of Color #afab81

%36.84
%36.00
%27.16

CMYK Percentages of Color #afab81

%0
%2
%26
%31

Triadic Colors of #afab81

#afab81 #81afab #ab81af

Analogous Colors of #afab81

#afab81 #9caf81 #af9481

Monochromatic Colors of #afab81

#afab81

Complementary Color

#afab81 #8185af

#afab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab81 Color CSS Codes

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

#afab81 Text Font Color

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

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


#afab81 Background Color

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

This div background color is #afab81


#afab81 Border Color

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

This div border color is #afab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab81


Comments

No comments written yet.

Please login to write comment.