Color Hex Logo

#afa9ed Color Hex

#AFA9ED
(175,169,237)
0 Favorites   0 Comments

Color spaces of #afa9ed

RGB 175169237
HSL0.680.650.80
HSV245°29°93°
CMYK 0.260.290.00   0.07
XYZ47.153243.604386.0520
Yxy43.60430.26670.2466
Hunter Lab66.033611.9045-31.0406
CIE-Lab71.963216.6650-33.2507

#afa9ed color RGB value is (175,169,237).

#afa9ed hex color red value is 175, green value is 169 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afa9ed hue: 0.68 , saturation: 0.65 and the lightness value of afa9ed is 0.80.

The process color (four color CMYK) of #afa9ed color hex is 0.26, 0.29, 0.00, 0.07. Web safe color of #afa9ed is #9999ff. Color #afa9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 11101101
Octal 257 251 355
Decimal 175 169 237
Hex AF A9 ED

RGB Percentages of Color #afa9ed

%30.12
%29.09
%40.79

CMYK Percentages of Color #afa9ed

%26
%29
%0
%7

Triadic Colors of #afa9ed

#afa9ed #edafa9 #a9edaf

Analogous Colors of #afa9ed

#afa9ed #d1a9ed #a9c5ed

Monochromatic Colors of #afa9ed

#afa9ed

Complementary Color

#afa9ed #e7eda9

#afa9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9ed Color CSS Codes

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

#afa9ed Text Font Color

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

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


#afa9ed Background Color

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

This div background color is #afa9ed


#afa9ed Border Color

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

This div border color is #afa9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9ed


Comments

No comments written yet.

Please login to write comment.