Color Hex Logo

#afaabb Color Hex

#AFAABB
(175,170,187)
0 Favorites   0 Comments

Color spaces of #afaabb

RGB 175170187
HSL0.720.110.70
HSV258°73°
CMYK 0.060.090.00   0.27
XYZ41.023641.451352.8524
Yxy41.45130.30310.3063
Hunter Lab64.38271.0676-3.6039
CIE-Lab70.49105.0578-8.0580

#afaabb color RGB value is (175,170,187).

#afaabb hex color red value is 175, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afaabb hue: 0.72 , saturation: 0.11 and the lightness value of afaabb is 0.70.

The process color (four color CMYK) of #afaabb color hex is 0.06, 0.09, 0.00, 0.27. Web safe color of #afaabb is #9999cc. Color #afaabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10111011
Octal 257 252 273
Decimal 175 170 187
Hex AF AA BB

RGB Percentages of Color #afaabb

%32.89
%31.95
%35.15

CMYK Percentages of Color #afaabb

%6
%9
%0
%27

Triadic Colors of #afaabb

#afaabb #bbafaa #aabbaf

Analogous Colors of #afaabb

#afaabb #b8aabb #aaaebb

Monochromatic Colors of #afaabb

#afaabb

Complementary Color

#afaabb #b6bbaa

#afaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaabb Color CSS Codes

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

#afaabb Text Font Color

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

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


#afaabb Background Color

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

This div background color is #afaabb


#afaabb Border Color

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

This div border color is #afaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaabb


Comments

No comments written yet.

Please login to write comment.