Color Hex Logo

#afa9be Color Hex

#AFA9BE
(175,169,190)
0 Favorites   0 Comments

Color spaces of #afa9be

RGB 175169190
HSL0.710.140.70
HSV257°11°75°
CMYK 0.080.110.00   0.25
XYZ41.161441.207654.4996
Yxy41.20760.30070.3011
Hunter Lab64.19312.1183-5.4017
CIE-Lab70.32116.2125-9.9670

#afa9be color RGB value is (175,169,190).

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

The process color (four color CMYK) of #afa9be color hex is 0.08, 0.11, 0.00, 0.25. Web safe color of #afa9be is #9999cc. Color #afa9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10111110
Octal 257 251 276
Decimal 175 169 190
Hex AF A9 BE

RGB Percentages of Color #afa9be

%32.77
%31.65
%35.58

CMYK Percentages of Color #afa9be

%8
%11
%0
%25

Triadic Colors of #afa9be

#afa9be #beafa9 #a9beaf

Analogous Colors of #afa9be

#afa9be #baa9be #a9aebe

Monochromatic Colors of #afa9be

#afa9be

Complementary Color

#afa9be #b8bea9

#afa9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9be Color CSS Codes

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

#afa9be Text Font Color

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

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


#afa9be Background Color

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

This div background color is #afa9be


#afa9be Border Color

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

This div border color is #afa9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9be


Comments

No comments written yet.

Please login to write comment.