Color Hex Logo

#a0afdf Color Hex

#A0AFDF
(160,175,223)
0 Favorites   0 Comments

Color spaces of #a0afdf

RGB 160175223
HSL0.630.500.75
HSV226°28°87°
CMYK 0.280.220.00   0.13
XYZ43.146543.461275.9268
Yxy43.46120.26550.2674
Hunter Lab65.92511.4553-22.1375
CIE-Lab71.86695.5357-25.8596

#a0afdf color RGB value is (160,175,223).

#a0afdf hex color red value is 160, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a0afdf hue: 0.63 , saturation: 0.50 and the lightness value of a0afdf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101111 11011111
Octal 240 257 337
Decimal 160 175 223
Hex A0 AF DF

RGB Percentages of Color #a0afdf

%28.67
%31.36
%39.96

CMYK Percentages of Color #a0afdf

%28
%22
%0
%13

Triadic Colors of #a0afdf

#a0afdf #dfa0af #afdfa0

Analogous Colors of #a0afdf

#a0afdf #b1a0df #a0cfdf

Monochromatic Colors of #a0afdf

#a0afdf

Complementary Color

#a0afdf #dfd0a0

#a0afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0afdf Color CSS Codes

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

#a0afdf Text Font Color

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

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


#a0afdf Background Color

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

This div background color is #a0afdf


#a0afdf Border Color

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

This div border color is #a0afdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a0afdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0afdf


Comments

No comments written yet.

Please login to write comment.