Color Hex Logo

#a1daea Color Hex

#A1DAEA
(161,218,234)
0 Favorites   0 Comments

Color spaces of #a1daea

RGB 161218234
HSL0.540.630.77
HSV193°31°92°
CMYK 0.310.070.00   0.08
XYZ54.620663.660487.2508
Yxy63.66040.26580.3097
Hunter Lab79.7875-17.4312-8.9848
CIE-Lab83.7886-14.4273-13.7167

#a1daea color RGB value is (161,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011010 11101010
Octal 241 332 352
Decimal 161 218 234
Hex A1 DA EA

RGB Percentages of Color #a1daea

%26.26
%35.56
%38.17

CMYK Percentages of Color #a1daea

%31
%7
%0
%8

Triadic Colors of #a1daea

#a1daea #eaa1da #daeaa1

Analogous Colors of #a1daea

#a1daea #a1b6ea #a1ead6

Monochromatic Colors of #a1daea

#a1daea

Complementary Color

#a1daea #eab1a1

#a1daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1daea Color CSS Codes

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

#a1daea Text Font Color

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

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


#a1daea Background Color

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

This div background color is #a1daea


#a1daea Border Color

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

This div border color is #a1daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1daea


Comments

No comments written yet.

Please login to write comment.