Color Hex Logo

#a8dedd Color Hex

#A8DEDD
(168,222,221)
0 Favorites   0 Comments

Color spaces of #a8dedd

RGB 168222221
HSL0.500.450.76
HSV179°24°87°
CMYK 0.240.000.00   0.13
XYZ55.320965.787878.1892
Yxy65.78780.27760.3301
Hunter Lab81.1097-20.1959-0.3784
CIE-Lab84.8881-17.3971-5.1537

#a8dedd color RGB value is (168,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011110 11011101
Octal 250 336 335
Decimal 168 222 221
Hex A8 DE DD

RGB Percentages of Color #a8dedd

%27.50
%36.33
%36.17

CMYK Percentages of Color #a8dedd

%24
%0
%0
%13

Triadic Colors of #a8dedd

#a8dedd #dda8de #dedda8

Analogous Colors of #a8dedd

#a8dedd #a8c4de #a8dec2

Monochromatic Colors of #a8dedd

#a8dedd

Complementary Color

#a8dedd #dea8a9

#a8dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dedd Color CSS Codes

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

#a8dedd Text Font Color

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

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


#a8dedd Background Color

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

This div background color is #a8dedd


#a8dedd Border Color

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

This div border color is #a8dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dedd


Comments

No comments written yet.

Please login to write comment.