Color Hex Logo

#a3bbdb Color Hex

#A3BBDB
(163,187,219)
0 Favorites   0 Comments

Color spaces of #a3bbdb

RGB 163187219
HSL0.600.440.75
HSV214°26°86°
CMYK 0.260.150.00   0.14
XYZ45.660848.441773.9614
Yxy48.44170.27170.2882
Hunter Lab69.6001-4.6960-14.2852
CIE-Lab75.1027-1.0878-18.7370

#a3bbdb color RGB value is (163,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 11011011
Octal 243 273 333
Decimal 163 187 219
Hex A3 BB DB

RGB Percentages of Color #a3bbdb

%28.65
%32.86
%38.49

CMYK Percentages of Color #a3bbdb

%26
%15
%0
%14

Triadic Colors of #a3bbdb

#a3bbdb #dba3bb #bbdba3

Analogous Colors of #a3bbdb

#a3bbdb #a7a3db #a3d7db

Monochromatic Colors of #a3bbdb

#a3bbdb

Complementary Color

#a3bbdb #dbc3a3

#a3bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbdb Color CSS Codes

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

#a3bbdb Text Font Color

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

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


#a3bbdb Background Color

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

This div background color is #a3bbdb


#a3bbdb Border Color

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

This div border color is #a3bbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a3bbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbdb


Comments

No comments written yet.

Please login to write comment.