Color Hex Logo

#a2edfa Color Hex

#A2EDFA
(162,237,250)
0 Favorites   0 Comments

Color spaces of #a2edfa

RGB 162237250
HSL0.520.900.81
HSV189°35°98°
CMYK 0.350.050.00   0.02
XYZ62.439875.1519101.6573
Yxy75.15190.26100.3141
Hunter Lab86.6902-23.1408-8.8433
CIE-Lab89.4641-19.9319-13.6396

#a2edfa color RGB value is (162,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101101 11111010
Octal 242 355 372
Decimal 162 237 250
Hex A2 ED FA

RGB Percentages of Color #a2edfa

%24.96
%36.52
%38.52

CMYK Percentages of Color #a2edfa

%35
%5
%0
%2

Triadic Colors of #a2edfa

#a2edfa #faa2ed #edfaa2

Analogous Colors of #a2edfa

#a2edfa #a2c1fa #a2fadb

Monochromatic Colors of #a2edfa

#a2edfa

Complementary Color

#a2edfa #faafa2

#a2edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2edfa Color CSS Codes

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

#a2edfa Text Font Color

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

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


#a2edfa Background Color

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

This div background color is #a2edfa


#a2edfa Border Color

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

This div border color is #a2edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2edfa


Comments

No comments written yet.

Please login to write comment.