Color Hex Logo

#a8ddaf Color Hex

#A8DDAF
(168,221,175)
0 Favorites   0 Comments

Color spaces of #a8ddaf

RGB 168221175
HSL0.360.440.76
HSV128°24°87°
CMYK 0.240.000.21   0.13
XYZ49.742863.132950.1216
Yxy63.13290.30520.3873
Hunter Lab79.4562-27.300218.2188
CIE-Lab83.5123-25.998117.1476

#a8ddaf color RGB value is (168,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 10101111
Octal 250 335 257
Decimal 168 221 175
Hex A8 DD AF

RGB Percentages of Color #a8ddaf

%29.79
%39.18
%31.03

CMYK Percentages of Color #a8ddaf

%24
%0
%21
%13

Triadic Colors of #a8ddaf

#a8ddaf #afa8dd #ddafa8

Analogous Colors of #a8ddaf

#a8ddaf #a8ddca #bcdda8

Monochromatic Colors of #a8ddaf

#a8ddaf

Complementary Color

#a8ddaf #dda8d6

#a8ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ddaf Color CSS Codes

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

#a8ddaf Text Font Color

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

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


#a8ddaf Background Color

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

This div background color is #a8ddaf


#a8ddaf Border Color

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

This div border color is #a8ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ddaf


Comments

No comments written yet.

Please login to write comment.