Color Hex Logo

#a1eefb Color Hex

#A1EEFB
(161,238,251)
0 Favorites   0 Comments

Color spaces of #a1eefb

RGB 161238251
HSL0.520.920.81
HSV189°36°98°
CMYK 0.360.050.00   0.02
XYZ62.685175.6912102.5728
Yxy75.69120.26020.3141
Hunter Lab87.0007-23.6397-9.0017
CIE-Lab89.7158-20.4483-13.7907

#a1eefb color RGB value is (161,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101110 11111011
Octal 241 356 373
Decimal 161 238 251
Hex A1 EE FB

RGB Percentages of Color #a1eefb

%24.77
%36.62
%38.62

CMYK Percentages of Color #a1eefb

%36
%5
%0
%2

Triadic Colors of #a1eefb

#a1eefb #fba1ee #eefba1

Analogous Colors of #a1eefb

#a1eefb #a1c1fb #a1fbdb

Monochromatic Colors of #a1eefb

#a1eefb

Complementary Color

#a1eefb #fbaea1

#a1eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1eefb Color CSS Codes

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

#a1eefb Text Font Color

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

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


#a1eefb Background Color

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

This div background color is #a1eefb


#a1eefb Border Color

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

This div border color is #a1eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1eefb


Comments

No comments written yet.

Please login to write comment.