Color Hex Logo

#a2bbdb Color Hex

#A2BBDB
(162,187,219)
0 Favorites   0 Comments

Color spaces of #a2bbdb

RGB 162187219
HSL0.590.440.75
HSV214°26°86°
CMYK 0.260.150.00   0.14
XYZ45.456848.336573.9519
Yxy48.33650.27100.2882
Hunter Lab69.5245-4.9601-14.3986
CIE-Lab75.0367-1.3874-18.8433

#a2bbdb color RGB value is (162,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111011 11011011
Octal 242 273 333
Decimal 162 187 219
Hex A2 BB DB

RGB Percentages of Color #a2bbdb

%28.52
%32.92
%38.56

CMYK Percentages of Color #a2bbdb

%26
%15
%0
%14

Triadic Colors of #a2bbdb

#a2bbdb #dba2bb #bbdba2

Analogous Colors of #a2bbdb

#a2bbdb #a6a2db #a2d8db

Monochromatic Colors of #a2bbdb

#a2bbdb

Complementary Color

#a2bbdb #dbc2a2

#a2bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bbdb Color CSS Codes

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

#a2bbdb Text Font Color

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

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


#a2bbdb Background Color

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

This div background color is #a2bbdb


#a2bbdb Border Color

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

This div border color is #a2bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bbdb


Comments

No comments written yet.

Please login to write comment.