Color Hex Logo

#a1fadb Color Hex

#A1FADB
(161,250,219)
0 Favorites   0 Comments

Color spaces of #a1fadb

RGB 161250219
HSL0.440.900.81
HSV159°36°98°
CMYK 0.360.000.12   0.02
XYZ61.669781.062879.4142
Yxy81.06280.27760.3649
Hunter Lab90.0349-35.296910.7284
CIE-Lab92.1596-33.34496.4530

#a1fadb color RGB value is (161,250,219).

#a1fadb hex color red value is 161, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a1fadb hue: 0.44 , saturation: 0.90 and the lightness value of a1fadb is 0.81.

The process color (four color CMYK) of #a1fadb color hex is 0.36, 0.00, 0.12, 0.02. Web safe color of #a1fadb is #99ffcc. Color #a1fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111010 11011011
Octal 241 372 333
Decimal 161 250 219
Hex A1 FA DB

RGB Percentages of Color #a1fadb

%25.56
%39.68
%34.76

CMYK Percentages of Color #a1fadb

%36
%0
%12
%2

Triadic Colors of #a1fadb

#a1fadb #dba1fa #fadba1

Analogous Colors of #a1fadb

#a1fadb #a1edfa #a1faaf

Monochromatic Colors of #a1fadb

#a1fadb

Complementary Color

#a1fadb #faa1c0

#a1fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1fadb Color CSS Codes

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

#a1fadb Text Font Color

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

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


#a1fadb Background Color

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

This div background color is #a1fadb


#a1fadb Border Color

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

This div border color is #a1fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1fadb


Comments

No comments written yet.

Please login to write comment.