Color Hex Logo

#a4eaca Color Hex

#A4EACA
(164,234,202)
0 Favorites   0 Comments

Color spaces of #a4eaca

RGB 164234202
HSL0.420.630.78
HSV153°30°92°
CMYK 0.300.000.14   0.08
XYZ55.393371.002466.6624
Yxy71.00240.28690.3678
Hunter Lab84.2629-30.116612.0783
CIE-Lab87.4862-28.41398.5987

#a4eaca color RGB value is (164,234,202).

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

The process color (four color CMYK) of #a4eaca color hex is 0.30, 0.00, 0.14, 0.08. Web safe color of #a4eaca is #99ffcc. Color #a4eaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101010 11001010
Octal 244 352 312
Decimal 164 234 202
Hex A4 EA CA

RGB Percentages of Color #a4eaca

%27.33
%39.00
%33.67

CMYK Percentages of Color #a4eaca

%30
%0
%14
%8

Triadic Colors of #a4eaca

#a4eaca #caa4ea #eacaa4

Analogous Colors of #a4eaca

#a4eaca #a4e7ea #a4eaa7

Monochromatic Colors of #a4eaca

#a4eaca

Complementary Color

#a4eaca #eaa4c4

#a4eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eaca Color CSS Codes

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

#a4eaca Text Font Color

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

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


#a4eaca Background Color

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

This div background color is #a4eaca


#a4eaca Border Color

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

This div border color is #a4eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eaca


Comments

No comments written yet.

Please login to write comment.