Color Hex Logo

#a8afdf Color Hex

#A8AFDF
(168,175,223)
0 Favorites   0 Comments

Color spaces of #a8afdf

RGB 168175223
HSL0.650.460.77
HSV232°25°87°
CMYK 0.250.220.00   0.13
XYZ44.797744.312576.0041
Yxy44.31250.27130.2684
Hunter Lab66.56763.6309-21.0975
CIE-Lab72.43697.9196-24.9371

#a8afdf color RGB value is (168,175,223).

#a8afdf hex color red value is 168, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a8afdf hue: 0.65 , saturation: 0.46 and the lightness value of a8afdf is 0.77.

The process color (four color CMYK) of #a8afdf color hex is 0.25, 0.22, 0.00, 0.13. Web safe color of #a8afdf is #9999cc. Color #a8afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101111 11011111
Octal 250 257 337
Decimal 168 175 223
Hex A8 AF DF

RGB Percentages of Color #a8afdf

%29.68
%30.92
%39.40

CMYK Percentages of Color #a8afdf

%25
%22
%0
%13

Triadic Colors of #a8afdf

#a8afdf #dfa8af #afdfa8

Analogous Colors of #a8afdf

#a8afdf #bda8df #a8cbdf

Monochromatic Colors of #a8afdf

#a8afdf

Complementary Color

#a8afdf #dfd8a8

#a8afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8afdf Color CSS Codes

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

#a8afdf Text Font Color

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

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


#a8afdf Background Color

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

This div background color is #a8afdf


#a8afdf Border Color

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

This div border color is #a8afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8afdf

#a8afdf Color Palettes


Comments

No comments written yet.

Please login to write comment.