Color Hex Logo

#a8dceb Color Hex

#A8DCEB
(168,220,235)
0 Favorites   0 Comments

Color spaces of #a8dceb

RGB 168220235
HSL0.540.630.79
HSV193°29°92°
CMYK 0.290.060.00   0.08
XYZ56.737065.509488.2515
Yxy65.50940.26950.3112
Hunter Lab80.9379-16.5138-7.9910
CIE-Lab84.7455-13.2507-12.7744

#a8dceb color RGB value is (168,220,235).

#a8dceb hex color red value is 168, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a8dceb hue: 0.54 , saturation: 0.63 and the lightness value of a8dceb is 0.79.

The process color (four color CMYK) of #a8dceb color hex is 0.29, 0.06, 0.00, 0.08. Web safe color of #a8dceb is #99ccff. Color #a8dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11101011
Octal 250 334 353
Decimal 168 220 235
Hex A8 DC EB

RGB Percentages of Color #a8dceb

%26.97
%35.31
%37.72

CMYK Percentages of Color #a8dceb

%29
%6
%0
%8

Triadic Colors of #a8dceb

#a8dceb #eba8dc #dceba8

Analogous Colors of #a8dceb

#a8dceb #a8bbeb #a8ebd9

Monochromatic Colors of #a8dceb

#a8dceb

Complementary Color

#a8dceb #ebb7a8

#a8dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dceb Color CSS Codes

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

#a8dceb Text Font Color

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

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


#a8dceb Background Color

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

This div background color is #a8dceb


#a8dceb Border Color

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

This div border color is #a8dceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,220,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dceb


Comments

No comments written yet.

Please login to write comment.