Color Hex Logo

#a2eafb Color Hex

#A2EAFB
(162,234,251)
0 Favorites   0 Comments

Color spaces of #a2eafb

RGB 162234251
HSL0.530.920.81
HSV191°35°98°
CMYK 0.350.070.00   0.02
XYZ61.735773.4921102.1984
Yxy73.49210.26000.3095
Hunter Lab85.7275-21.4785-10.6721
CIE-Lab88.6819-18.2003-15.3344

#a2eafb color RGB value is (162,234,251).

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

The process color (four color CMYK) of #a2eafb color hex is 0.35, 0.07, 0.00, 0.02. Web safe color of #a2eafb is #99ffff. Color #a2eafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 11111011
Octal 242 352 373
Decimal 162 234 251
Hex A2 EA FB

RGB Percentages of Color #a2eafb

%25.04
%36.17
%38.79

CMYK Percentages of Color #a2eafb

%35
%7
%0
%2

Triadic Colors of #a2eafb

#a2eafb #fba2ea #eafba2

Analogous Colors of #a2eafb

#a2eafb #a2befb #a2fbe0

Monochromatic Colors of #a2eafb

#a2eafb

Complementary Color

#a2eafb #fbb3a2

#a2eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eafb Color CSS Codes

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

#a2eafb Text Font Color

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

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


#a2eafb Background Color

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

This div background color is #a2eafb


#a2eafb Border Color

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

This div border color is #a2eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eafb


Comments

No comments written yet.

Please login to write comment.