Color Hex Logo

#afaabd Color Hex

#AFAABD
(175,170,189)
0 Favorites   0 Comments

Color spaces of #afaabd

RGB 175170189
HSL0.710.130.70
HSV256°10°74°
CMYK 0.070.100.00   0.26
XYZ41.239241.537553.9881
Yxy41.53750.30150.3037
Hunter Lab64.44961.4296-4.5513
CIE-Lab70.55095.4604-9.0726

#afaabd color RGB value is (175,170,189).

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

The process color (four color CMYK) of #afaabd color hex is 0.07, 0.10, 0.00, 0.26. Web safe color of #afaabd is #9999cc. Color #afaabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10111101
Octal 257 252 275
Decimal 175 170 189
Hex AF AA BD

RGB Percentages of Color #afaabd

%32.77
%31.84
%35.39

CMYK Percentages of Color #afaabd

%7
%10
%0
%26

Triadic Colors of #afaabd

#afaabd #bdafaa #aabdaf

Analogous Colors of #afaabd

#afaabd #b9aabd #aaafbd

Monochromatic Colors of #afaabd

#afaabd

Complementary Color

#afaabd #b8bdaa

#afaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaabd Color CSS Codes

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

#afaabd Text Font Color

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

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


#afaabd Background Color

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

This div background color is #afaabd


#afaabd Border Color

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

This div border color is #afaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaabd


Comments

No comments written yet.

Please login to write comment.