Color Hex Logo

#a1eadc Color Hex

#A1EADC
(161,234,220)
0 Favorites   0 Comments

Color spaces of #a1eadc

RGB 161234220
HSL0.470.630.77
HSV168°31°92°
CMYK 0.310.000.06   0.08
XYZ57.039071.590078.5221
Yxy71.59000.27530.3456
Hunter Lab84.6109-27.73634.2042
CIE-Lab87.7709-25.5453-0.4371

#a1eadc color RGB value is (161,234,220).

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

The process color (four color CMYK) of #a1eadc color hex is 0.31, 0.00, 0.06, 0.08. Web safe color of #a1eadc is #99ffcc. Color #a1eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101010 11011100
Octal 241 352 334
Decimal 161 234 220
Hex A1 EA DC

RGB Percentages of Color #a1eadc

%26.18
%38.05
%35.77

CMYK Percentages of Color #a1eadc

%31
%0
%6
%8

Triadic Colors of #a1eadc

#a1eadc #dca1ea #eadca1

Analogous Colors of #a1eadc

#a1eadc #a1d4ea #a1eab8

Monochromatic Colors of #a1eadc

#a1eadc

Complementary Color

#a1eadc #eaa1af

#a1eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1eadc Color CSS Codes

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

#a1eadc Text Font Color

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

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


#a1eadc Background Color

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

This div background color is #a1eadc


#a1eadc Border Color

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

This div border color is #a1eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1eadc


Comments

No comments written yet.

Please login to write comment.