Color Hex Logo

#a8dcde Color Hex

#A8DCDE
(168,220,222)
0 Favorites   0 Comments

Color spaces of #a8dcde

RGB 168220222
HSL0.510.450.76
HSV182°24°87°
CMYK 0.240.010.00   0.13
XYZ54.926564.785278.7171
Yxy64.78520.27680.3265
Hunter Lab80.4893-19.0464-1.6421
CIE-Lab84.3729-16.1712-6.4440

#a8dcde color RGB value is (168,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11011110
Octal 250 334 336
Decimal 168 220 222
Hex A8 DC DE

RGB Percentages of Color #a8dcde

%27.54
%36.07
%36.39

CMYK Percentages of Color #a8dcde

%24
%1
%0
%13

Triadic Colors of #a8dcde

#a8dcde #dea8dc #dcdea8

Analogous Colors of #a8dcde

#a8dcde #a8c1de #a8dec5

Monochromatic Colors of #a8dcde

#a8dcde

Complementary Color

#a8dcde #deaaa8

#a8dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcde Color CSS Codes

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

#a8dcde Text Font Color

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

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


#a8dcde Background Color

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

This div background color is #a8dcde


#a8dcde Border Color

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

This div border color is #a8dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcde


Comments

No comments written yet.

Please login to write comment.