Color Hex Logo

#a4e3de Color Hex

#A4E3DE
(164,227,222)
0 Favorites   0 Comments

Color spaces of #a4e3de

RGB 164227222
HSL0.490.530.77
HSV175°28°89°
CMYK 0.280.000.02   0.11
XYZ55.963768.104679.3031
Yxy68.10460.27520.3349
Hunter Lab82.5255-23.37200.7930
CIE-Lab86.0587-20.8324-3.9818

#a4e3de color RGB value is (164,227,222).

#a4e3de hex color red value is 164, green value is 227 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a4e3de hue: 0.49 , saturation: 0.53 and the lightness value of a4e3de is 0.77.

The process color (four color CMYK) of #a4e3de color hex is 0.28, 0.00, 0.02, 0.11. Web safe color of #a4e3de is #99cccc. Color #a4e3de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11100011 11011110
Octal 244 343 336
Decimal 164 227 222
Hex A4 E3 DE

RGB Percentages of Color #a4e3de

%26.75
%37.03
%36.22

CMYK Percentages of Color #a4e3de

%28
%0
%2
%11

Triadic Colors of #a4e3de

#a4e3de #dea4e3 #e3dea4

Analogous Colors of #a4e3de

#a4e3de #a4c9e3 #a4e3bf

Monochromatic Colors of #a4e3de

#a4e3de

Complementary Color

#a4e3de #e3a4a9

#a4e3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4e3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4e3de Color CSS Codes

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

#a4e3de Text Font Color

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

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


#a4e3de Background Color

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

This div background color is #a4e3de


#a4e3de Border Color

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

This div border color is #a4e3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4e3de


Comments

No comments written yet.

Please login to write comment.