Color Hex Logo

#afb6ab Color Hex

#AFB6AB
(175,182,171)
0 Favorites   0 Comments

Color spaces of #afb6ab

RGB 175182171
HSL0.270.070.69
HSV98°71°
CMYK 0.040.000.06   0.29
XYZ41.757845.510145.1115
Yxy45.51010.31540.3438
Hunter Lab67.4612-7.56737.5754
CIE-Lab73.2265-4.49254.7406

#afb6ab color RGB value is (175,182,171).

#afb6ab hex color red value is 175, green value is 182 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afb6ab hue: 0.27 , saturation: 0.07 and the lightness value of afb6ab is 0.69.

The process color (four color CMYK) of #afb6ab color hex is 0.04, 0.00, 0.06, 0.29. Web safe color of #afb6ab is #99cc99. Color #afb6ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 10101011
Octal 257 266 253
Decimal 175 182 171
Hex AF B6 AB

RGB Percentages of Color #afb6ab

%33.14
%34.47
%32.39

CMYK Percentages of Color #afb6ab

%4
%0
%6
%29

Triadic Colors of #afb6ab

#afb6ab #abafb6 #b6abaf

Analogous Colors of #afb6ab

#afb6ab #abb6ad #b5b6ab

Monochromatic Colors of #afb6ab

#afb6ab

Complementary Color

#afb6ab #b2abb6

#afb6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6ab Color CSS Codes

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

#afb6ab Text Font Color

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

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


#afb6ab Background Color

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

This div background color is #afb6ab


#afb6ab Border Color

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

This div border color is #afb6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6ab


Comments

No comments written yet.

Please login to write comment.