Color Hex Logo

#afabb9 Color Hex

#AFABB9
(175,171,185)
0 Favorites   0 Comments

Color spaces of #afabb9

RGB 175171185
HSL0.710.090.70
HSV257°73°
CMYK 0.050.080.00   0.27
XYZ40.999141.742651.7952
Yxy41.74260.30470.3103
Hunter Lab64.60850.2072-2.3055
CIE-Lab70.69314.1113-6.6544

#afabb9 color RGB value is (175,171,185).

#afabb9 hex color red value is 175, green value is 171 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #afabb9 hue: 0.71 , saturation: 0.09 and the lightness value of afabb9 is 0.70.

The process color (four color CMYK) of #afabb9 color hex is 0.05, 0.08, 0.00, 0.27. Web safe color of #afabb9 is #9999cc. Color #afabb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10111001
Octal 257 253 271
Decimal 175 171 185
Hex AF AB B9

RGB Percentages of Color #afabb9

%32.96
%32.20
%34.84

CMYK Percentages of Color #afabb9

%5
%8
%0
%27

Triadic Colors of #afabb9

#afabb9 #b9afab #abb9af

Analogous Colors of #afabb9

#afabb9 #b6abb9 #abaeb9

Monochromatic Colors of #afabb9

#afabb9

Complementary Color

#afabb9 #b5b9ab

#afabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabb9 Color CSS Codes

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

#afabb9 Text Font Color

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

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


#afabb9 Background Color

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

This div background color is #afabb9


#afabb9 Border Color

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

This div border color is #afabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabb9


Comments

No comments written yet.

Please login to write comment.