Color Hex Logo

#a1fedd Color Hex

#A1FEDD
(161,254,221)
0 Favorites   0 Comments

Color spaces of #a1fedd

RGB 161254221
HSL0.440.980.81
HSV159°37°100°
CMYK 0.370.000.13   0.00
XYZ63.190983.681181.2282
Yxy83.68110.27700.3669
Hunter Lab91.4774-36.780911.3870
CIE-Lab93.3118-34.78107.0791

#a1fedd color RGB value is (161,254,221).

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

The process color (four color CMYK) of #a1fedd color hex is 0.37, 0.00, 0.13, 0.00. Web safe color of #a1fedd is #99ffcc. Color #a1fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111110 11011101
Octal 241 376 335
Decimal 161 254 221
Hex A1 FE DD

RGB Percentages of Color #a1fedd

%25.31
%39.94
%34.75

CMYK Percentages of Color #a1fedd

%37
%0
%13
%0

Triadic Colors of #a1fedd

#a1fedd #dda1fe #fedda1

Analogous Colors of #a1fedd

#a1fedd #a1f1fe #a1feaf

Monochromatic Colors of #a1fedd

#a1fedd

Complementary Color

#a1fedd #fea1c2

#a1fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1fedd Color CSS Codes

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

#a1fedd Text Font Color

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

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


#a1fedd Background Color

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

This div background color is #a1fedd


#a1fedd Border Color

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

This div border color is #a1fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1fedd


Comments

No comments written yet.

Please login to write comment.