Color Hex Logo

#a2eeff Color Hex

#A2EEFF
(162,238,255)
0 Favorites   0 Comments

Color spaces of #a2eeff

RGB 162238255
HSL0.531.000.82
HSV191°36°100°
CMYK 0.360.070.00   0.00
XYZ63.524876.0505105.9388
Yxy76.05050.25870.3098
Hunter Lab87.2069-22.5861-10.9805
CIE-Lab89.8828-19.2334-15.6243

#a2eeff color RGB value is (162,238,255).

#a2eeff hex color red value is 162, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a2eeff hue: 0.53 , saturation: 1.00 and the lightness value of a2eeff is 0.82.

The process color (four color CMYK) of #a2eeff color hex is 0.36, 0.07, 0.00, 0.00. Web safe color of #a2eeff is #99ffff. Color #a2eeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101110 11111111
Octal 242 356 377
Decimal 162 238 255
Hex A2 EE FF

RGB Percentages of Color #a2eeff

%24.73
%36.34
%38.93

CMYK Percentages of Color #a2eeff

%36
%7
%0
%0

Triadic Colors of #a2eeff

#a2eeff #ffa2ee #eeffa2

Analogous Colors of #a2eeff

#a2eeff #a2c0ff #a2ffe2

Monochromatic Colors of #a2eeff

#a2eeff

Complementary Color

#a2eeff #ffb3a2

#a2eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eeff Color CSS Codes

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

#a2eeff Text Font Color

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

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


#a2eeff Background Color

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

This div background color is #a2eeff


#a2eeff Border Color

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

This div border color is #a2eeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,238,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eeff

Related Colors

#a2eeff Color Palettes


Comments

No comments written yet.

Please login to write comment.