Color Hex Logo

#afb6aa Color Hex

#AFB6AA
(175,182,170)
0 Favorites   0 Comments

Color spaces of #afb6aa

RGB 175182170
HSL0.260.080.69
HSV95°71°
CMYK 0.040.000.07   0.29
XYZ41.662845.472144.6113
Yxy45.47210.31620.3451
Hunter Lab67.4330-7.72337.9789
CIE-Lab73.2017-4.67395.2509

#afb6aa color RGB value is (175,182,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 10101010
Octal 257 266 252
Decimal 175 182 170
Hex AF B6 AA

RGB Percentages of Color #afb6aa

%33.21
%34.54
%32.26

CMYK Percentages of Color #afb6aa

%4
%0
%7
%29

Triadic Colors of #afb6aa

#afb6aa #aaafb6 #b6aaaf

Analogous Colors of #afb6aa

#afb6aa #aab6ab #b5b6aa

Monochromatic Colors of #afb6aa

#afb6aa

Complementary Color

#afb6aa #b1aab6

#afb6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6aa Color CSS Codes

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

#afb6aa Text Font Color

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

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


#afb6aa Background Color

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

This div background color is #afb6aa


#afb6aa Border Color

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

This div border color is #afb6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6aa


Comments

No comments written yet.

Please login to write comment.