Color Hex Logo

#a3bbdd Color Hex

#A3BBDD
(163,187,221)
0 Favorites   0 Comments

Color spaces of #a3bbdd

RGB 163187221
HSL0.600.460.75
HSV215°26°87°
CMYK 0.260.150.00   0.13
XYZ45.925748.547675.3567
Yxy48.54760.27040.2859
Hunter Lab69.6761-4.2783-15.3506
CIE-Lab75.1690-0.6179-19.7213

#a3bbdd color RGB value is (163,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 11011101
Octal 243 273 335
Decimal 163 187 221
Hex A3 BB DD

RGB Percentages of Color #a3bbdd

%28.55
%32.75
%38.70

CMYK Percentages of Color #a3bbdd

%26
%15
%0
%13

Triadic Colors of #a3bbdd

#a3bbdd #dda3bb #bbdda3

Analogous Colors of #a3bbdd

#a3bbdd #a8a3dd #a3d8dd

Monochromatic Colors of #a3bbdd

#a3bbdd

Complementary Color

#a3bbdd #ddc5a3

#a3bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbdd Color CSS Codes

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

#a3bbdd Text Font Color

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

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


#a3bbdd Background Color

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

This div background color is #a3bbdd


#a3bbdd Border Color

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

This div border color is #a3bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbdd


Comments

No comments written yet.

Please login to write comment.