Color Hex Logo

#a2edf0 Color Hex

#A2EDF0
(162,237,240)
0 Favorites   0 Comments

Color spaces of #a2edf0

RGB 162237240
HSL0.510.720.79
HSV182°33°94°
CMYK 0.330.010.00   0.06
XYZ60.912774.541093.6155
Yxy74.54100.26590.3254
Hunter Lab86.3371-25.1544-3.8523
CIE-Lab89.1776-22.2696-8.8369

#a2edf0 color RGB value is (162,237,240).

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

The process color (four color CMYK) of #a2edf0 color hex is 0.33, 0.01, 0.00, 0.06. Web safe color of #a2edf0 is #99ffff. Color #a2edf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101101 11110000
Octal 242 355 360
Decimal 162 237 240
Hex A2 ED F0

RGB Percentages of Color #a2edf0

%25.35
%37.09
%37.56

CMYK Percentages of Color #a2edf0

%33
%1
%0
%6

Triadic Colors of #a2edf0

#a2edf0 #f0a2ed #edf0a2

Analogous Colors of #a2edf0

#a2edf0 #a2c6f0 #a2f0cc

Monochromatic Colors of #a2edf0

#a2edf0

Complementary Color

#a2edf0 #f0a5a2

#a2edf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2edf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2edf0 Color CSS Codes

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

#a2edf0 Text Font Color

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

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


#a2edf0 Background Color

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

This div background color is #a2edf0


#a2edf0 Border Color

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

This div border color is #a2edf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2edf0


Comments

No comments written yet.

Please login to write comment.