Color Hex Logo

#a1fadd Color Hex

#A1FADD
(161,250,221)
0 Favorites   0 Comments

Color spaces of #a1fadd

RGB 161250221
HSL0.450.900.81
HSV160°36°98°
CMYK 0.360.000.12   0.02
XYZ61.934781.168780.8094
Yxy81.16870.27660.3625
Hunter Lab90.0937-34.95459.8855
CIE-Lab92.2067-32.92875.4860

#a1fadd color RGB value is (161,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111010 11011101
Octal 241 372 335
Decimal 161 250 221
Hex A1 FA DD

RGB Percentages of Color #a1fadd

%25.47
%39.56
%34.97

CMYK Percentages of Color #a1fadd

%36
%0
%12
%2

Triadic Colors of #a1fadd

#a1fadd #dda1fa #fadda1

Analogous Colors of #a1fadd

#a1fadd #a1ebfa #a1fab1

Monochromatic Colors of #a1fadd

#a1fadd

Complementary Color

#a1fadd #faa1be

#a1fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1fadd Color CSS Codes

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

#a1fadd Text Font Color

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

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


#a1fadd Background Color

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

This div background color is #a1fadd


#a1fadd Border Color

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

This div border color is #a1fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1fadd

Related Colors


Comments

No comments written yet.

Please login to write comment.