Color Hex Logo

#a2eafa Color Hex

#A2EAFA
(162,234,250)
1 Favorites   0 Comments

Color spaces of #a2eafa

RGB 162234250
HSL0.530.900.81
HSV191°35°98°
CMYK 0.350.060.00   0.02
XYZ61.578473.4291101.3702
Yxy73.42910.26050.3106
Hunter Lab85.6908-21.6867-10.1551
CIE-Lab88.6520-18.4394-14.8556

#a2eafa color RGB value is (162,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 11111010
Octal 242 352 372
Decimal 162 234 250
Hex A2 EA FA

RGB Percentages of Color #a2eafa

%25.08
%36.22
%38.70

CMYK Percentages of Color #a2eafa

%35
%6
%0
%2

Triadic Colors of #a2eafa

#a2eafa #faa2ea #eafaa2

Analogous Colors of #a2eafa

#a2eafa #a2befa #a2fade

Monochromatic Colors of #a2eafa

#a2eafa

Complementary Color

#a2eafa #fab2a2

#a2eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eafa Color CSS Codes

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

#a2eafa Text Font Color

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

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


#a2eafa Background Color

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

This div background color is #a2eafa


#a2eafa Border Color

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

This div border color is #a2eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eafa


Comments

No comments written yet.

Please login to write comment.