Color Hex Logo

#a8dade Color Hex

#A8DADE
(168,218,222)
0 Favorites   0 Comments

Color spaces of #a8dade

RGB 168218222
HSL0.510.450.76
HSV184°24°87°
CMYK 0.240.020.00   0.13
XYZ54.404763.741678.5432
Yxy63.74160.27660.3241
Hunter Lab79.8383-18.0808-2.4414
CIE-Lab83.8311-15.1585-7.2460

#a8dade color RGB value is (168,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 11011110
Octal 250 332 336
Decimal 168 218 222
Hex A8 DA DE

RGB Percentages of Color #a8dade

%27.63
%35.86
%36.51

CMYK Percentages of Color #a8dade

%24
%2
%0
%13

Triadic Colors of #a8dade

#a8dade #dea8da #dadea8

Analogous Colors of #a8dade

#a8dade #a8bfde #a8dec7

Monochromatic Colors of #a8dade

#a8dade

Complementary Color

#a8dade #deaca8

#a8dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dade Color CSS Codes

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

#a8dade Text Font Color

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

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


#a8dade Background Color

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

This div background color is #a8dade


#a8dade Border Color

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

This div border color is #a8dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dade


Comments

No comments written yet.

Please login to write comment.