Color Hex Logo

#afaab6 Color Hex

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

Color spaces of #afaab6

RGB 175170182
HSL0.740.080.69
HSV265°71°
CMYK 0.040.070.00   0.29
XYZ40.497441.240850.0818
Yxy41.24080.30720.3129
Hunter Lab64.21900.1813-1.2846
CIE-Lab70.34434.0674-5.5149

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

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

The process color (four color CMYK) of #afaab6 color hex is 0.04, 0.07, 0.00, 0.29. Web safe color of #afaab6 is #9999cc. Color #afaab6 contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #afaab6

%33.21
%32.26
%34.54

CMYK Percentages of Color #afaab6

%4
%7
%0
%29

Triadic Colors of #afaab6

#afaab6 #b6afaa #aab6af

Analogous Colors of #afaab6

#afaab6 #b5aab6 #aaabb6

Monochromatic Colors of #afaab6

#afaab6

Complementary Color

#afaab6 #b1b6aa

#afaab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaab6 Color CSS Codes

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

#afaab6 Text Font Color

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

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


#afaab6 Background Color

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

This div background color is #afaab6


#afaab6 Border Color

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

This div border color is #afaab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaab6

#afaab6 Color Palettes


Comments

No comments written yet.

Please login to write comment.