Color Hex Logo

#a4deaa Color Hex

#A4DEAA
(164,222,170)
0 Favorites   0 Comments

Color spaces of #a4deaa

RGB 164222170
HSL0.350.470.76
HSV126°26°87°
CMYK 0.260.000.23   0.13
XYZ48.686863.037347.6316
Yxy63.03730.30550.3956
Hunter Lab79.3960-29.484320.0077
CIE-Lab83.4620-28.653219.6618

#a4deaa color RGB value is (164,222,170).

#a4deaa hex color red value is 164, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a4deaa hue: 0.35 , saturation: 0.47 and the lightness value of a4deaa is 0.76.

The process color (four color CMYK) of #a4deaa color hex is 0.26, 0.00, 0.23, 0.13. Web safe color of #a4deaa is #99cc99. Color #a4deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011110 10101010
Octal 244 336 252
Decimal 164 222 170
Hex A4 DE AA

RGB Percentages of Color #a4deaa

%29.50
%39.93
%30.58

CMYK Percentages of Color #a4deaa

%26
%0
%23
%13

Triadic Colors of #a4deaa

#a4deaa #aaa4de #deaaa4

Analogous Colors of #a4deaa

#a4deaa #a4dec7 #bbdea4

Monochromatic Colors of #a4deaa

#a4deaa

Complementary Color

#a4deaa #dea4d8

#a4deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4deaa Color CSS Codes

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

#a4deaa Text Font Color

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

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


#a4deaa Background Color

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

This div background color is #a4deaa


#a4deaa Border Color

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

This div border color is #a4deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4deaa


Comments

No comments written yet.

Please login to write comment.