Color Hex Logo

#a2daef Color Hex

#A2DAEF
(162,218,239)
0 Favorites   0 Comments

Color spaces of #a2daef

RGB 162218239
HSL0.550.710.79
HSV196°32°94°
CMYK 0.320.090.00   0.06
XYZ55.551764.056291.0975
Yxy64.05620.26360.3040
Hunter Lab80.0351-16.1661-11.4604
CIE-Lab83.9950-12.9681-16.0517

#a2daef color RGB value is (162,218,239).

#a2daef hex color red value is 162, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a2daef hue: 0.55 , saturation: 0.71 and the lightness value of a2daef is 0.79.

The process color (four color CMYK) of #a2daef color hex is 0.32, 0.09, 0.00, 0.06. Web safe color of #a2daef is #99ccff. Color #a2daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 11101111
Octal 242 332 357
Decimal 162 218 239
Hex A2 DA EF

RGB Percentages of Color #a2daef

%26.17
%35.22
%38.61

CMYK Percentages of Color #a2daef

%32
%9
%0
%6

Triadic Colors of #a2daef

#a2daef #efa2da #daefa2

Analogous Colors of #a2daef

#a2daef #a2b4ef #a2efde

Monochromatic Colors of #a2daef

#a2daef

Complementary Color

#a2daef #efb7a2

#a2daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2daef Color CSS Codes

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

#a2daef Text Font Color

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

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


#a2daef Background Color

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

This div background color is #a2daef


#a2daef Border Color

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

This div border color is #a2daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2daef


Comments

No comments written yet.

Please login to write comment.