Color Hex Logo

#a8dcaa Color Hex

#A8DCAA
(168,220,170)
0 Favorites   0 Comments

Color spaces of #a8dcaa

RGB 168220170
HSL0.340.430.76
HSV122°24°86°
CMYK 0.240.000.23   0.14
XYZ48.997362.413547.4948
Yxy62.41350.30830.3928
Hunter Lab79.0022-27.547919.6574
CIE-Lab83.1328-26.385719.2397

#a8dcaa color RGB value is (168,220,170).

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

The process color (four color CMYK) of #a8dcaa color hex is 0.24, 0.00, 0.23, 0.14. Web safe color of #a8dcaa is #99cc99. Color #a8dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 10101010
Octal 250 334 252
Decimal 168 220 170
Hex A8 DC AA

RGB Percentages of Color #a8dcaa

%30.11
%39.43
%30.47

CMYK Percentages of Color #a8dcaa

%24
%0
%23
%14

Triadic Colors of #a8dcaa

#a8dcaa #aaa8dc #dcaaa8

Analogous Colors of #a8dcaa

#a8dcaa #a8dcc4 #c0dca8

Monochromatic Colors of #a8dcaa

#a8dcaa

Complementary Color

#a8dcaa #dca8da

#a8dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcaa Color CSS Codes

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

#a8dcaa Text Font Color

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

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


#a8dcaa Background Color

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

This div background color is #a8dcaa


#a8dcaa Border Color

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

This div border color is #a8dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcaa


Comments

No comments written yet.

Please login to write comment.