Color Hex Logo

#a2daea Color Hex

#A2DAEA
(162,218,234)
0 Favorites   0 Comments

Color spaces of #a2daea

RGB 162218234
HSL0.540.630.78
HSV193°31°92°
CMYK 0.310.070.00   0.08
XYZ54.823063.764787.2602
Yxy63.76470.26630.3098
Hunter Lab79.8528-17.1931-8.8930
CIE-Lab83.8431-14.1492-13.6295

#a2daea color RGB value is (162,218,234).

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

The process color (four color CMYK) of #a2daea color hex is 0.31, 0.07, 0.00, 0.08. Web safe color of #a2daea is #99ccff. Color #a2daea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 11101010
Octal 242 332 352
Decimal 162 218 234
Hex A2 DA EA

RGB Percentages of Color #a2daea

%26.38
%35.50
%38.11

CMYK Percentages of Color #a2daea

%31
%7
%0
%8

Triadic Colors of #a2daea

#a2daea #eaa2da #daeaa2

Analogous Colors of #a2daea

#a2daea #a2b6ea #a2ead6

Monochromatic Colors of #a2daea

#a2daea

Complementary Color

#a2daea #eab2a2

#a2daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2daea Color CSS Codes

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

#a2daea Text Font Color

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

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


#a2daea Background Color

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

This div background color is #a2daea


#a2daea Border Color

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

This div border color is #a2daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2daea


Comments

No comments written yet.

Please login to write comment.