Color Hex Logo

#a2edff Color Hex

#A2EDFF
(162,237,255)
0 Favorites   0 Comments

Color spaces of #a2edff

RGB 162237255
HSL0.531.000.82
HSV192°36°100°
CMYK 0.360.070.00   0.00
XYZ63.234575.4698105.8421
Yxy75.46980.25860.3086
Hunter Lab86.8734-22.0995-11.4246
CIE-Lab89.6126-18.7358-16.0298

#a2edff color RGB value is (162,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101101 11111111
Octal 242 355 377
Decimal 162 237 255
Hex A2 ED FF

RGB Percentages of Color #a2edff

%24.77
%36.24
%38.99

CMYK Percentages of Color #a2edff

%36
%7
%0
%0

Triadic Colors of #a2edff

#a2edff #ffa2ed #edffa2

Analogous Colors of #a2edff

#a2edff #a2bfff #a2ffe3

Monochromatic Colors of #a2edff

#a2edff

Complementary Color

#a2edff #ffb4a2

#a2edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2edff Color CSS Codes

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

#a2edff Text Font Color

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

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


#a2edff Background Color

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

This div background color is #a2edff


#a2edff Border Color

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

This div border color is #a2edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2edff

Related Colors

#a2edff Color Palettes


Comments

No comments written yet.

Please login to write comment.