Color Hex Logo

#a8dafa Color Hex

#A8DAFA
(168,218,250)
0 Favorites   0 Comments

Color spaces of #a8dafa

RGB 168218250
HSL0.570.890.82
HSV203°33°98°
CMYK 0.330.130.00   0.02
XYZ58.475265.369899.9781
Yxy65.36980.26130.2921
Hunter Lab80.8516-12.3917-16.7197
CIE-Lab84.6739-8.6860-20.8162

#a8dafa color RGB value is (168,218,250).

#a8dafa hex color red value is 168, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a8dafa hue: 0.57 , saturation: 0.89 and the lightness value of a8dafa is 0.82.

The process color (four color CMYK) of #a8dafa color hex is 0.33, 0.13, 0.00, 0.02. Web safe color of #a8dafa is #99ccff. Color #a8dafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 11111010
Octal 250 332 372
Decimal 168 218 250
Hex A8 DA FA

RGB Percentages of Color #a8dafa

%26.42
%34.28
%39.31

CMYK Percentages of Color #a8dafa

%33
%13
%0
%2

Triadic Colors of #a8dafa

#a8dafa #faa8da #dafaa8

Analogous Colors of #a8dafa

#a8dafa #a8b1fa #a8faf1

Monochromatic Colors of #a8dafa

#a8dafa

Complementary Color

#a8dafa #fac8a8

#a8dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dafa Color CSS Codes

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

#a8dafa Text Font Color

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

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


#a8dafa Background Color

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

This div background color is #a8dafa


#a8dafa Border Color

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

This div border color is #a8dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dafa

Related Colors

#a8dafa Color Palettes


Comments

No comments written yet.

Please login to write comment.