Color Hex Logo

#a3bbde Color Hex

#A3BBDE
(163,187,222)
0 Favorites   0 Comments

Color spaces of #a3bbde

RGB 163187222
HSL0.600.470.75
HSV216°27°87°
CMYK 0.270.160.00   0.13
XYZ46.059448.601176.0606
Yxy48.60110.26980.2847
Hunter Lab69.7145-4.0679-15.8870
CIE-Lab75.2025-0.3819-20.2127

#a3bbde color RGB value is (163,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111011 11011110
Octal 243 273 336
Decimal 163 187 222
Hex A3 BB DE

RGB Percentages of Color #a3bbde

%28.50
%32.69
%38.81

CMYK Percentages of Color #a3bbde

%27
%16
%0
%13

Triadic Colors of #a3bbde

#a3bbde #dea3bb #bbdea3

Analogous Colors of #a3bbde

#a3bbde #a9a3de #a3d9de

Monochromatic Colors of #a3bbde

#a3bbde

Complementary Color

#a3bbde #dec6a3

#a3bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bbde Color CSS Codes

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

#a3bbde Text Font Color

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

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


#a3bbde Background Color

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

This div background color is #a3bbde


#a3bbde Border Color

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

This div border color is #a3bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bbde


Comments

No comments written yet.

Please login to write comment.