Color Hex Logo

#a8ddad Color Hex

#A8DDAD
(168,221,173)
0 Favorites   0 Comments

Color spaces of #a8ddad

RGB 168221173
HSL0.350.440.76
HSV126°24°87°
CMYK 0.240.000.22   0.13
XYZ49.547763.054949.0945
Yxy63.05490.30640.3900
Hunter Lab79.4071-27.583718.9282
CIE-Lab83.4713-26.348918.1391

#a8ddad color RGB value is (168,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 10101101
Octal 250 335 255
Decimal 168 221 173
Hex A8 DD AD

RGB Percentages of Color #a8ddad

%29.89
%39.32
%30.78

CMYK Percentages of Color #a8ddad

%24
%0
%22
%13

Triadic Colors of #a8ddad

#a8ddad #ada8dd #ddada8

Analogous Colors of #a8ddad

#a8ddad #a8ddc8 #bedda8

Monochromatic Colors of #a8ddad

#a8ddad

Complementary Color

#a8ddad #dda8d8

#a8ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ddad Color CSS Codes

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

#a8ddad Text Font Color

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

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


#a8ddad Background Color

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

This div background color is #a8ddad


#a8ddad Border Color

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

This div border color is #a8ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ddad


Comments

No comments written yet.

Please login to write comment.