Color Hex Logo

#a8eafa Color Hex

#A8EAFA
(168,234,250)
0 Favorites   0 Comments

Color spaces of #a8eafa

RGB 168234250
HSL0.530.890.82
HSV192°33°98°
CMYK 0.330.060.00   0.02
XYZ62.826674.0726101.4286
Yxy74.07260.26360.3108
Hunter Lab86.0654-20.3119-9.6278
CIE-Lab88.9568-16.8496-14.3676

#a8eafa color RGB value is (168,234,250).

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

The process color (four color CMYK) of #a8eafa color hex is 0.33, 0.06, 0.00, 0.02. Web safe color of #a8eafa is #99ffff. Color #a8eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101010 11111010
Octal 250 352 372
Decimal 168 234 250
Hex A8 EA FA

RGB Percentages of Color #a8eafa

%25.77
%35.89
%38.34

CMYK Percentages of Color #a8eafa

%33
%6
%0
%2

Triadic Colors of #a8eafa

#a8eafa #faa8ea #eafaa8

Analogous Colors of #a8eafa

#a8eafa #a8c1fa #a8fae1

Monochromatic Colors of #a8eafa

#a8eafa

Complementary Color

#a8eafa #fab8a8

#a8eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eafa Color CSS Codes

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

#a8eafa Text Font Color

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

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


#a8eafa Background Color

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

This div background color is #a8eafa


#a8eafa Border Color

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

This div border color is #a8eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eafa


Comments

No comments written yet.

Please login to write comment.