Color Hex Logo

#a8decb Color Hex

#A8DECB
(168,222,203)
0 Favorites   0 Comments

Color spaces of #a8decb

RGB 168222203
HSL0.440.450.76
HSV159°24°87°
CMYK 0.240.000.09   0.13
XYZ53.049264.879266.2269
Yxy64.87920.28810.3523
Hunter Lab80.5476-23.39717.6346
CIE-Lab84.4214-21.18023.6853

#a8decb color RGB value is (168,222,203).

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

The process color (four color CMYK) of #a8decb color hex is 0.24, 0.00, 0.09, 0.13. Web safe color of #a8decb is #99cccc. Color #a8decb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011110 11001011
Octal 250 336 313
Decimal 168 222 203
Hex A8 DE CB

RGB Percentages of Color #a8decb

%28.33
%37.44
%34.23

CMYK Percentages of Color #a8decb

%24
%0
%9
%13

Triadic Colors of #a8decb

#a8decb #cba8de #decba8

Analogous Colors of #a8decb

#a8decb #a8d6de #a8deb0

Monochromatic Colors of #a8decb

#a8decb

Complementary Color

#a8decb #dea8bb

#a8decb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8decb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8decb Color CSS Codes

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

#a8decb Text Font Color

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

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


#a8decb Background Color

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

This div background color is #a8decb


#a8decb Border Color

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

This div border color is #a8decb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8decb


Comments

No comments written yet.

Please login to write comment.