Color Hex Logo

#a1edfe Color Hex

#A1EDFE
(161,237,254)
0 Favorites   0 Comments

Color spaces of #a1edfe

RGB 161237254
HSL0.530.980.81
HSV191°37°100°
CMYK 0.370.070.00   0.00
XYZ62.871575.3012104.9868
Yxy75.30120.25860.3097
Hunter Lab86.7763-22.5309-10.9890
CIE-Lab89.5339-19.2334-15.6304

#a1edfe color RGB value is (161,237,254).

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

The process color (four color CMYK) of #a1edfe color hex is 0.37, 0.07, 0.00, 0.00. Web safe color of #a1edfe is #99ffff. Color #a1edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101101 11111110
Octal 241 355 376
Decimal 161 237 254
Hex A1 ED FE

RGB Percentages of Color #a1edfe

%24.69
%36.35
%38.96

CMYK Percentages of Color #a1edfe

%37
%7
%0
%0

Triadic Colors of #a1edfe

#a1edfe #fea1ed #edfea1

Analogous Colors of #a1edfe

#a1edfe #a1bffe #a1fee1

Monochromatic Colors of #a1edfe

#a1edfe

Complementary Color

#a1edfe #feb2a1

#a1edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1edfe Color CSS Codes

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

#a1edfe Text Font Color

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

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


#a1edfe Background Color

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

This div background color is #a1edfe


#a1edfe Border Color

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

This div border color is #a1edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1edfe


Comments

No comments written yet.

Please login to write comment.