Color Hex Logo

#a8afdd Color Hex

#A8AFDD
(168,175,221)
0 Favorites   0 Comments

Color spaces of #a8afdd

RGB 168175221
HSL0.640.440.76
HSV232°24°87°
CMYK 0.240.210.00   0.13
XYZ44.529644.205274.5921
Yxy44.20520.27260.2707
Hunter Lab66.48703.1980-19.9769
CIE-Lab72.36547.4497-23.9547

#a8afdd color RGB value is (168,175,221).

#a8afdd hex color red value is 168, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a8afdd hue: 0.64 , saturation: 0.44 and the lightness value of a8afdd is 0.76.

The process color (four color CMYK) of #a8afdd color hex is 0.24, 0.21, 0.00, 0.13. Web safe color of #a8afdd is #9999cc. Color #a8afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101111 11011101
Octal 250 257 335
Decimal 168 175 221
Hex A8 AF DD

RGB Percentages of Color #a8afdd

%29.79
%31.03
%39.18

CMYK Percentages of Color #a8afdd

%24
%21
%0
%13

Triadic Colors of #a8afdd

#a8afdd #dda8af #afdda8

Analogous Colors of #a8afdd

#a8afdd #bca8dd #a8cadd

Monochromatic Colors of #a8afdd

#a8afdd

Complementary Color

#a8afdd #ddd6a8

#a8afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8afdd Color CSS Codes

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

#a8afdd Text Font Color

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

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


#a8afdd Background Color

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

This div background color is #a8afdd


#a8afdd Border Color

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

This div border color is #a8afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8afdd


Comments

No comments written yet.

Please login to write comment.