Color Hex Logo

#a2badd Color Hex

#A2BADD
(162,186,221)
0 Favorites   0 Comments

Color spaces of #a2badd

RGB 162186221
HSL0.600.460.75
HSV216°27°87°
CMYK 0.270.160.00   0.13
XYZ45.510348.019775.2767
Yxy48.01970.26960.2845
Hunter Lab69.2962-4.0386-15.8995
CIE-Lab74.8374-0.3749-20.2305

#a2badd color RGB value is (162,186,221).

#a2badd hex color red value is 162, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a2badd hue: 0.60 , saturation: 0.46 and the lightness value of a2badd is 0.75.

The process color (four color CMYK) of #a2badd color hex is 0.27, 0.16, 0.00, 0.13. Web safe color of #a2badd is #99cccc. Color #a2badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111010 11011101
Octal 242 272 335
Decimal 162 186 221
Hex A2 BA DD

RGB Percentages of Color #a2badd

%28.47
%32.69
%38.84

CMYK Percentages of Color #a2badd

%27
%16
%0
%13

Triadic Colors of #a2badd

#a2badd #dda2ba #badda2

Analogous Colors of #a2badd

#a2badd #a8a2dd #a2d8dd

Monochromatic Colors of #a2badd

#a2badd

Complementary Color

#a2badd #ddc5a2

#a2badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2badd Color CSS Codes

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

#a2badd Text Font Color

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

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


#a2badd Background Color

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

This div background color is #a2badd


#a2badd Border Color

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

This div border color is #a2badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2badd


Comments

No comments written yet.

Please login to write comment.