Color Hex Logo

#a8dfaa Color Hex

#A8DFAA
(168,223,170)
0 Favorites   0 Comments

Color spaces of #a8dfaa

RGB 168223170
HSL0.340.460.77
HSV122°25°87°
CMYK 0.250.000.24   0.13
XYZ49.791864.002547.7596
Yxy64.00250.30820.3962
Hunter Lab80.0016-28.907020.6060
CIE-Lab83.9671-27.826320.3967

#a8dfaa color RGB value is (168,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 10101010
Octal 250 337 252
Decimal 168 223 170
Hex A8 DF AA

RGB Percentages of Color #a8dfaa

%29.95
%39.75
%30.30

CMYK Percentages of Color #a8dfaa

%25
%0
%24
%13

Triadic Colors of #a8dfaa

#a8dfaa #aaa8df #dfaaa8

Analogous Colors of #a8dfaa

#a8dfaa #a8dfc6 #c2dfa8

Monochromatic Colors of #a8dfaa

#a8dfaa

Complementary Color

#a8dfaa #dfa8dd

#a8dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfaa Color CSS Codes

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

#a8dfaa Text Font Color

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

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


#a8dfaa Background Color

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

This div background color is #a8dfaa


#a8dfaa Border Color

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

This div border color is #a8dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfaa


Comments

No comments written yet.

Please login to write comment.