Color Hex Logo

#a8bade Color Hex

#A8BADE
(168,186,222)
0 Favorites   0 Comments

Color spaces of #a8bade

RGB 168186222
HSL0.610.450.76
HSV220°24°87°
CMYK 0.240.160.00   0.13
XYZ46.892248.716676.0390
Yxy48.71660.27320.2838
Hunter Lab69.7973-2.2228-15.7340
CIE-Lab75.27471.6598-20.0715

#a8bade color RGB value is (168,186,222).

#a8bade hex color red value is 168, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8bade hue: 0.61 , saturation: 0.45 and the lightness value of a8bade is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 11011110
Octal 250 272 336
Decimal 168 186 222
Hex A8 BA DE

RGB Percentages of Color #a8bade

%29.17
%32.29
%38.54

CMYK Percentages of Color #a8bade

%24
%16
%0
%13

Triadic Colors of #a8bade

#a8bade #dea8ba #badea8

Analogous Colors of #a8bade

#a8bade #b1a8de #a8d5de

Monochromatic Colors of #a8bade

#a8bade

Complementary Color

#a8bade #decca8

#a8bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bade Color CSS Codes

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

#a8bade Text Font Color

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

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


#a8bade Background Color

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

This div background color is #a8bade


#a8bade Border Color

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

This div border color is #a8bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bade


Comments

No comments written yet.

Please login to write comment.