Color Hex Logo

#a1faef Color Hex

#A1FAEF
(161,250,239)
0 Favorites   0 Comments

Color spaces of #a1faef

RGB 161250239
HSL0.480.900.81
HSV173°36°98°
CMYK 0.360.000.04   0.02
XYZ64.463582.180394.1261
Yxy82.18030.26770.3413
Hunter Lab90.6534-31.71221.8961
CIE-Lab92.6544-29.0372-3.1875

#a1faef color RGB value is (161,250,239).

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

The process color (four color CMYK) of #a1faef color hex is 0.36, 0.00, 0.04, 0.02. Web safe color of #a1faef is #99ffff. Color #a1faef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111010 11101111
Octal 241 372 357
Decimal 161 250 239
Hex A1 FA EF

RGB Percentages of Color #a1faef

%24.77
%38.46
%36.77

CMYK Percentages of Color #a1faef

%36
%0
%4
%2

Triadic Colors of #a1faef

#a1faef #efa1fa #faefa1

Analogous Colors of #a1faef

#a1faef #a1d9fa #a1fac3

Monochromatic Colors of #a1faef

#a1faef

Complementary Color

#a1faef #faa1ac

#a1faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1faef Color CSS Codes

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

#a1faef Text Font Color

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

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


#a1faef Background Color

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

This div background color is #a1faef


#a1faef Border Color

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

This div border color is #a1faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1faef


Comments

No comments written yet.

Please login to write comment.