Color Hex Logo

#a2baed Color Hex

#A2BAED
(162,186,237)
0 Favorites   0 Comments

Color spaces of #a2baed

RGB 162186237
HSL0.610.680.78
HSV221°32°93°
CMYK 0.320.220.00   0.07
XYZ47.745348.913687.0456
Yxy48.91360.25990.2663
Hunter Lab69.9383-0.5340-24.8359
CIE-Lab75.39753.5118-28.0384

#a2baed color RGB value is (162,186,237).

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

The process color (four color CMYK) of #a2baed color hex is 0.32, 0.22, 0.00, 0.07. Web safe color of #a2baed is #99ccff. Color #a2baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111010 11101101
Octal 242 272 355
Decimal 162 186 237
Hex A2 BA ED

RGB Percentages of Color #a2baed

%27.69
%31.79
%40.51

CMYK Percentages of Color #a2baed

%32
%22
%0
%7

Triadic Colors of #a2baed

#a2baed #eda2ba #baeda2

Analogous Colors of #a2baed

#a2baed #b0a2ed #a2e0ed

Monochromatic Colors of #a2baed

#a2baed

Complementary Color

#a2baed #edd5a2

#a2baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2baed Color CSS Codes

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

#a2baed Text Font Color

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

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


#a2baed Background Color

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

This div background color is #a2baed


#a2baed Border Color

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

This div border color is #a2baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2baed


Comments

No comments written yet.

Please login to write comment.