Color Hex Logo

#a1e3fe Color Hex

#A1E3FE
(161,227,254)
0 Favorites   0 Comments

Color spaces of #a1e3fe

RGB 161227254
HSL0.550.980.81
HSV197°37°100°
CMYK 0.370.110.00   0.00
XYZ60.056469.6710104.0485
Yxy69.67100.25690.2980
Hunter Lab83.4692-17.6395-15.4796
CIE-Lab86.8352-14.2030-19.6929

#a1e3fe color RGB value is (161,227,254).

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

The process color (four color CMYK) of #a1e3fe color hex is 0.37, 0.11, 0.00, 0.00. Web safe color of #a1e3fe is #99ccff. Color #a1e3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100011 11111110
Octal 241 343 376
Decimal 161 227 254
Hex A1 E3 FE

RGB Percentages of Color #a1e3fe

%25.08
%35.36
%39.56

CMYK Percentages of Color #a1e3fe

%37
%11
%0
%0

Triadic Colors of #a1e3fe

#a1e3fe #fea1e3 #e3fea1

Analogous Colors of #a1e3fe

#a1e3fe #a1b5fe #a1feeb

Monochromatic Colors of #a1e3fe

#a1e3fe

Complementary Color

#a1e3fe #febca1

#a1e3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e3fe Color CSS Codes

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

#a1e3fe Text Font Color

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

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


#a1e3fe Background Color

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

This div background color is #a1e3fe


#a1e3fe Border Color

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

This div border color is #a1e3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.