Color Hex Logo

#a2bbdc Color Hex

#A2BBDC
(162,187,220)
0 Favorites   0 Comments

Color spaces of #a2bbdc

RGB 162187220
HSL0.590.450.75
HSV214°26°86°
CMYK 0.260.150.00   0.14
XYZ45.588948.389374.6474
Yxy48.38930.27040.2870
Hunter Lab69.5624-4.7513-14.9304
CIE-Lab75.0698-1.1518-19.3355

#a2bbdc color RGB value is (162,187,220).

#a2bbdc hex color red value is 162, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a2bbdc hue: 0.59 , saturation: 0.45 and the lightness value of a2bbdc is 0.75.

The process color (four color CMYK) of #a2bbdc color hex is 0.26, 0.15, 0.00, 0.14. Web safe color of #a2bbdc is #99cccc. Color #a2bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11011100
Octal 242 273 334
Decimal 162 187 220
Hex A2 BB DC

RGB Percentages of Color #a2bbdc

%28.47
%32.86
%38.66

CMYK Percentages of Color #a2bbdc

%26
%15
%0
%14

Triadic Colors of #a2bbdc

#a2bbdc #dca2bb #bbdca2

Analogous Colors of #a2bbdc

#a2bbdc #a6a2dc #a2d8dc

Monochromatic Colors of #a2bbdc

#a2bbdc

Complementary Color

#a2bbdc #dcc3a2

#a2bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbdc Color CSS Codes

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

#a2bbdc Text Font Color

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

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


#a2bbdc Background Color

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

This div background color is #a2bbdc


#a2bbdc Border Color

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

This div border color is #a2bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbdc


Comments

No comments written yet.

Please login to write comment.