Color Hex Logo

#a4e0af Color Hex

#A4E0AF
(164,224,175)
0 Favorites   0 Comments

Color spaces of #a4e0af

RGB 164224175
HSL0.360.490.76
HSV131°27°88°
CMYK 0.270.000.22   0.12
XYZ49.703464.299050.3487
Yxy64.29900.30240.3912
Hunter Lab80.1867-29.684118.9028
CIE-Lab84.1212-28.729317.9646

#a4e0af color RGB value is (164,224,175).

#a4e0af hex color red value is 164, green value is 224 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a4e0af hue: 0.36 , saturation: 0.49 and the lightness value of a4e0af is 0.76.

The process color (four color CMYK) of #a4e0af color hex is 0.27, 0.00, 0.22, 0.12. Web safe color of #a4e0af is #99cc99. Color #a4e0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11100000 10101111
Octal 244 340 257
Decimal 164 224 175
Hex A4 E0 AF

RGB Percentages of Color #a4e0af

%29.13
%39.79
%31.08

CMYK Percentages of Color #a4e0af

%27
%0
%22
%12

Triadic Colors of #a4e0af

#a4e0af #afa4e0 #e0afa4

Analogous Colors of #a4e0af

#a4e0af #a4e0cd #b7e0a4

Monochromatic Colors of #a4e0af

#a4e0af

Complementary Color

#a4e0af #e0a4d5

#a4e0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4e0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4e0af Color CSS Codes

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

#a4e0af Text Font Color

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

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


#a4e0af Background Color

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

This div background color is #a4e0af


#a4e0af Border Color

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

This div border color is #a4e0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4e0af


Comments

No comments written yet.

Please login to write comment.