Color Hex Logo

#a1edfa Color Hex

#A1EDFA
(161,237,250)
0 Favorites   0 Comments

Color spaces of #a1edfa

RGB 161237250
HSL0.520.900.81
HSV189°36°98°
CMYK 0.360.050.00   0.02
XYZ62.237475.0476101.6478
Yxy75.04760.26050.3141
Hunter Lab86.6300-23.3632-8.9272
CIE-Lab89.4153-20.1917-13.7176

#a1edfa color RGB value is (161,237,250).

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

The process color (four color CMYK) of #a1edfa color hex is 0.36, 0.05, 0.00, 0.02. Web safe color of #a1edfa is #99ffff. Color #a1edfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101101 11111010
Octal 241 355 372
Decimal 161 237 250
Hex A1 ED FA

RGB Percentages of Color #a1edfa

%24.85
%36.57
%38.58

CMYK Percentages of Color #a1edfa

%36
%5
%0
%2

Triadic Colors of #a1edfa

#a1edfa #faa1ed #edfaa1

Analogous Colors of #a1edfa

#a1edfa #a1c1fa #a1fadb

Monochromatic Colors of #a1edfa

#a1edfa

Complementary Color

#a1edfa #faaea1

#a1edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1edfa Color CSS Codes

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

#a1edfa Text Font Color

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

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


#a1edfa Background Color

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

This div background color is #a1edfa


#a1edfa Border Color

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

This div border color is #a1edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1edfa


Comments

No comments written yet.

Please login to write comment.