Color Hex Logo

#afadf9 Color Hex

#AFADF9
(175,173,249)
0 Favorites   0 Comments

Color spaces of #afadf9

RGB 175173249
HSL0.670.860.83
HSV242°31°98°
CMYK 0.300.310.00   0.02
XYZ49.721645.840795.8500
Yxy45.84070.25980.2395
Hunter Lab67.705812.6013-36.5419
CIE-Lab73.442017.3507-37.4683

#afadf9 color RGB value is (175,173,249).

#afadf9 hex color red value is 175, green value is 173 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #afadf9 hue: 0.67 , saturation: 0.86 and the lightness value of afadf9 is 0.83.

The process color (four color CMYK) of #afadf9 color hex is 0.30, 0.31, 0.00, 0.02. Web safe color of #afadf9 is #9999ff. Color #afadf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11111001
Octal 257 255 371
Decimal 175 173 249
Hex AF AD F9

RGB Percentages of Color #afadf9

%29.31
%28.98
%41.71

CMYK Percentages of Color #afadf9

%30
%31
%0
%2

Triadic Colors of #afadf9

#afadf9 #f9afad #adf9af

Analogous Colors of #afadf9

#afadf9 #d5adf9 #add1f9

Monochromatic Colors of #afadf9

#afadf9

Complementary Color

#afadf9 #f7f9ad

#afadf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadf9 Color CSS Codes

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

#afadf9 Text Font Color

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

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


#afadf9 Background Color

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

This div background color is #afadf9


#afadf9 Border Color

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

This div border color is #afadf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadf9


Comments

No comments written yet.

Please login to write comment.