Color Hex Logo

#a8daaf Color Hex

#A8DAAF
(168,218,175)
0 Favorites   0 Comments

Color spaces of #a8daaf

RGB 168218175
HSL0.360.400.76
HSV128°23°85°
CMYK 0.230.000.20   0.15
XYZ48.957761.562849.8599
Yxy61.56280.30530.3839
Hunter Lab78.4620-25.930317.2466
CIE-Lab82.6804-24.543515.9826

#a8daaf color RGB value is (168,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 10101111
Octal 250 332 257
Decimal 168 218 175
Hex A8 DA AF

RGB Percentages of Color #a8daaf

%29.95
%38.86
%31.19

CMYK Percentages of Color #a8daaf

%23
%0
%20
%15

Triadic Colors of #a8daaf

#a8daaf #afa8da #daafa8

Analogous Colors of #a8daaf

#a8daaf #a8dac8 #badaa8

Monochromatic Colors of #a8daaf

#a8daaf

Complementary Color

#a8daaf #daa8d3

#a8daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8daaf Color CSS Codes

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

#a8daaf Text Font Color

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

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


#a8daaf Background Color

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

This div background color is #a8daaf


#a8daaf Border Color

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

This div border color is #a8daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8daaf


Comments

No comments written yet.

Please login to write comment.