Color Hex Logo

#a1eddb Color Hex

#A1EDDB
(161,237,219)
0 Favorites   0 Comments

Color spaces of #a1eddb

RGB 161237219
HSL0.460.680.78
HSV166°32°93°
CMYK 0.320.000.08   0.07
XYZ57.768373.259978.1137
Yxy73.25990.27620.3503
Hunter Lab85.5920-29.31165.8047
CIE-Lab88.5715-27.20651.2548

#a1eddb color RGB value is (161,237,219).

#a1eddb hex color red value is 161, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a1eddb hue: 0.46 , saturation: 0.68 and the lightness value of a1eddb is 0.78.

The process color (four color CMYK) of #a1eddb color hex is 0.32, 0.00, 0.08, 0.07. Web safe color of #a1eddb is #99ffcc. Color #a1eddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101101 11011011
Octal 241 355 333
Decimal 161 237 219
Hex A1 ED DB

RGB Percentages of Color #a1eddb

%26.09
%38.41
%35.49

CMYK Percentages of Color #a1eddb

%32
%0
%8
%7

Triadic Colors of #a1eddb

#a1eddb #dba1ed #eddba1

Analogous Colors of #a1eddb

#a1eddb #a1d9ed #a1edb5

Monochromatic Colors of #a1eddb

#a1eddb

Complementary Color

#a1eddb #eda1b3

#a1eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1eddb Color CSS Codes

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

#a1eddb Text Font Color

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

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


#a1eddb Background Color

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

This div background color is #a1eddb


#a1eddb Border Color

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

This div border color is #a1eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1eddb


Comments

No comments written yet.

Please login to write comment.