Color Hex Logo

#a8daad Color Hex

#A8DAAD
(168,218,173)
0 Favorites   0 Comments

Color spaces of #a8daad

RGB 168218173
HSL0.350.400.76
HSV126°23°85°
CMYK 0.230.000.21   0.15
XYZ48.762761.484848.8328
Yxy61.48480.30650.3865
Hunter Lab78.4122-26.216517.9645
CIE-Lab82.6387-24.896616.9766

#a8daad color RGB value is (168,218,173).

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

The process color (four color CMYK) of #a8daad color hex is 0.23, 0.00, 0.21, 0.15. Web safe color of #a8daad is #99cc99. Color #a8daad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 10101101
Octal 250 332 255
Decimal 168 218 173
Hex A8 DA AD

RGB Percentages of Color #a8daad

%30.05
%39.00
%30.95

CMYK Percentages of Color #a8daad

%23
%0
%21
%15

Triadic Colors of #a8daad

#a8daad #ada8da #daada8

Analogous Colors of #a8daad

#a8daad #a8dac6 #bcdaa8

Monochromatic Colors of #a8daad

#a8daad

Complementary Color

#a8daad #daa8d5

#a8daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8daad Color CSS Codes

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

#a8daad Text Font Color

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

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


#a8daad Background Color

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

This div background color is #a8daad


#a8daad Border Color

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

This div border color is #a8daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8daad


Comments

No comments written yet.

Please login to write comment.