Color Hex Logo

#a2fefb Color Hex

#A2FEFB
(162,254,251)
0 Favorites   0 Comments

Color spaces of #a2fefb

RGB 162254251
HSL0.490.980.82
HSV178°36°100°
CMYK 0.360.000.01   0.00
XYZ67.754785.5300104.2047
Yxy85.53000.26310.3322
Hunter Lab92.4824-31.0712-2.0674
CIE-Lab94.1110-27.9634-7.2469

#a2fefb color RGB value is (162,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111110 11111011
Octal 242 376 373
Decimal 162 254 251
Hex A2 FE FB

RGB Percentages of Color #a2fefb

%24.29
%38.08
%37.63

CMYK Percentages of Color #a2fefb

%36
%0
%1
%0

Triadic Colors of #a2fefb

#a2fefb #fba2fe #fefba2

Analogous Colors of #a2fefb

#a2fefb #a2d3fe #a2fecd

Monochromatic Colors of #a2fefb

#a2fefb

Complementary Color

#a2fefb #fea2a5

#a2fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2fefb Color CSS Codes

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

#a2fefb Text Font Color

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

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


#a2fefb Background Color

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

This div background color is #a2fefb


#a2fefb Border Color

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

This div border color is #a2fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.