Color Hex Logo

#a2eaed Color Hex

#A2EAED
(162,234,237)
0 Favorites   0 Comments

Color spaces of #a2eaed

RGB 162234237
HSL0.510.680.78
HSV182°32°93°
CMYK 0.320.010.00   0.07
XYZ59.609272.641491.0002
Yxy72.64140.26700.3254
Hunter Lab85.2299-24.3107-3.6431
CIE-Lab88.2764-21.4825-8.6029

#a2eaed color RGB value is (162,234,237).

#a2eaed hex color red value is 162, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a2eaed hue: 0.51 , saturation: 0.68 and the lightness value of a2eaed is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 11101101
Octal 242 352 355
Decimal 162 234 237
Hex A2 EA ED

RGB Percentages of Color #a2eaed

%25.59
%36.97
%37.44

CMYK Percentages of Color #a2eaed

%32
%1
%0
%7

Triadic Colors of #a2eaed

#a2eaed #eda2ea #eaeda2

Analogous Colors of #a2eaed

#a2eaed #a2c5ed #a2edcb

Monochromatic Colors of #a2eaed

#a2eaed

Complementary Color

#a2eaed #eda5a2

#a2eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eaed Color CSS Codes

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

#a2eaed Text Font Color

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

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


#a2eaed Background Color

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

This div background color is #a2eaed


#a2eaed Border Color

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

This div border color is #a2eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eaed


Comments

No comments written yet.

Please login to write comment.