Color Hex Logo

#a2baea Color Hex

#A2BAEA
(162,186,234)
0 Favorites   0 Comments

Color spaces of #a2baea

RGB 162186234
HSL0.610.630.78
HSV220°31°92°
CMYK 0.310.210.00   0.08
XYZ47.310548.739784.7561
Yxy48.73970.26170.2696
Hunter Lab69.8138-1.2107-23.1102
CIE-Lab75.28912.7690-26.5834

#a2baea color RGB value is (162,186,234).

#a2baea hex color red value is 162, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a2baea hue: 0.61 , saturation: 0.63 and the lightness value of a2baea is 0.78.

The process color (four color CMYK) of #a2baea color hex is 0.31, 0.21, 0.00, 0.08. Web safe color of #a2baea is #99ccff. Color #a2baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111010 11101010
Octal 242 272 352
Decimal 162 186 234
Hex A2 BA EA

RGB Percentages of Color #a2baea

%27.84
%31.96
%40.21

CMYK Percentages of Color #a2baea

%31
%21
%0
%8

Triadic Colors of #a2baea

#a2baea #eaa2ba #baeaa2

Analogous Colors of #a2baea

#a2baea #aea2ea #a2deea

Monochromatic Colors of #a2baea

#a2baea

Complementary Color

#a2baea #ead2a2

#a2baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2baea Color CSS Codes

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

#a2baea Text Font Color

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

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


#a2baea Background Color

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

This div background color is #a2baea


#a2baea Border Color

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

This div border color is #a2baea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,186,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2baea


Comments

No comments written yet.

Please login to write comment.