Color Hex Logo

#a4eaae Color Hex

#A4EAAE
(164,234,174)
0 Favorites   0 Comments

Color spaces of #a4eaae

RGB 164234174
HSL0.360.630.78
HSV129°30°92°
CMYK 0.300.000.26   0.08
XYZ52.372669.794150.7557
Yxy69.79410.30290.4036
Hunter Lab83.5429-34.299322.4589
CIE-Lab86.8958-33.603122.3328

#a4eaae color RGB value is (164,234,174).

#a4eaae hex color red value is 164, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a4eaae hue: 0.36 , saturation: 0.63 and the lightness value of a4eaae is 0.78.

The process color (four color CMYK) of #a4eaae color hex is 0.30, 0.00, 0.26, 0.08. Web safe color of #a4eaae is #99ff99. Color #a4eaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101010 10101110
Octal 244 352 256
Decimal 164 234 174
Hex A4 EA AE

RGB Percentages of Color #a4eaae

%28.67
%40.91
%30.42

CMYK Percentages of Color #a4eaae

%30
%0
%26
%8

Triadic Colors of #a4eaae

#a4eaae #aea4ea #eaaea4

Analogous Colors of #a4eaae

#a4eaae #a4ead1 #bdeaa4

Monochromatic Colors of #a4eaae

#a4eaae

Complementary Color

#a4eaae #eaa4e0

#a4eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eaae Color CSS Codes

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

#a4eaae Text Font Color

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

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


#a4eaae Background Color

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

This div background color is #a4eaae


#a4eaae Border Color

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

This div border color is #a4eaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,234,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eaae


Comments

No comments written yet.

Please login to write comment.