Color Hex Logo

#a8dbde Color Hex

#A8DBDE
(168,219,222)
0 Favorites   0 Comments

Color spaces of #a8dbde

RGB 168219222
HSL0.510.450.76
HSV183°24°87°
CMYK 0.240.010.00   0.13
XYZ54.664864.261878.6299
Yxy64.26180.27670.3253
Hunter Lab80.1635-18.5639-2.0413
CIE-Lab84.1019-15.6654-6.8450

#a8dbde color RGB value is (168,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011011 11011110
Octal 250 333 336
Decimal 168 219 222
Hex A8 DB DE

RGB Percentages of Color #a8dbde

%27.59
%35.96
%36.45

CMYK Percentages of Color #a8dbde

%24
%1
%0
%13

Triadic Colors of #a8dbde

#a8dbde #dea8db #dbdea8

Analogous Colors of #a8dbde

#a8dbde #a8c0de #a8dec6

Monochromatic Colors of #a8dbde

#a8dbde

Complementary Color

#a8dbde #deaba8

#a8dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dbde Color CSS Codes

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

#a8dbde Text Font Color

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

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


#a8dbde Background Color

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

This div background color is #a8dbde


#a8dbde Border Color

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

This div border color is #a8dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dbde


Comments

No comments written yet.

Please login to write comment.