Color Hex Logo

#a1fefb Color Hex

#A1FEFB
(161,254,251)
0 Favorites   0 Comments

Color spaces of #a1fefb

RGB 161254251
HSL0.490.980.81
HSV178°37°100°
CMYK 0.370.000.01   0.00
XYZ67.552385.4257104.1952
Yxy85.42570.26270.3322
Hunter Lab92.4260-31.2835-2.1415
CIE-Lab94.0663-28.2156-7.3182

#a1fefb color RGB value is (161,254,251).

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

The process color (four color CMYK) of #a1fefb color hex is 0.37, 0.00, 0.01, 0.00. Web safe color of #a1fefb is #99ffff. Color #a1fefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111110 11111011
Octal 241 376 373
Decimal 161 254 251
Hex A1 FE FB

RGB Percentages of Color #a1fefb

%24.17
%38.14
%37.69

CMYK Percentages of Color #a1fefb

%37
%0
%1
%0

Triadic Colors of #a1fefb

#a1fefb #fba1fe #fefba1

Analogous Colors of #a1fefb

#a1fefb #a1d3fe #a1fecd

Monochromatic Colors of #a1fefb

#a1fefb

Complementary Color

#a1fefb #fea1a4

#a1fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1fefb Color CSS Codes

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

#a1fefb Text Font Color

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

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


#a1fefb Background Color

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

This div background color is #a1fefb


#a1fefb Border Color

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

This div border color is #a1fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.