Color Hex Logo

#a8dfaf Color Hex

#A8DFAF
(168,223,175)
0 Favorites   0 Comments

Color spaces of #a8dfaf

RGB 168223175
HSL0.350.460.77
HSV128°25°87°
CMYK 0.250.000.22   0.13
XYZ50.274064.195350.2987
Yxy64.19530.30510.3896
Hunter Lab80.1220-28.210318.8645
CIE-Lab84.0674-26.961517.9230

#a8dfaf color RGB value is (168,223,175).

#a8dfaf hex color red value is 168, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a8dfaf hue: 0.35 , saturation: 0.46 and the lightness value of a8dfaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 10101111
Octal 250 337 257
Decimal 168 223 175
Hex A8 DF AF

RGB Percentages of Color #a8dfaf

%29.68
%39.40
%30.92

CMYK Percentages of Color #a8dfaf

%25
%0
%22
%13

Triadic Colors of #a8dfaf

#a8dfaf #afa8df #dfafa8

Analogous Colors of #a8dfaf

#a8dfaf #a8dfcb #bddfa8

Monochromatic Colors of #a8dfaf

#a8dfaf

Complementary Color

#a8dfaf #dfa8d8

#a8dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfaf Color CSS Codes

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

#a8dfaf Text Font Color

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

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


#a8dfaf Background Color

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

This div background color is #a8dfaf


#a8dfaf Border Color

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

This div border color is #a8dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfaf


Comments

No comments written yet.

Please login to write comment.