Color Hex Logo

#a4eaea Color Hex

#A4EAEA
(164,234,234)
0 Favorites   0 Comments

Color spaces of #a4eaea

RGB 164234234
HSL0.500.630.78
HSV180°30°92°
CMYK 0.300.000.00   0.08
XYZ59.583972.678788.7299
Yxy72.67870.26960.3289
Hunter Lab85.2518-24.4340-2.0326
CIE-Lab88.2943-21.6200-6.9923

#a4eaea color RGB value is (164,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101010 11101010
Octal 244 352 352
Decimal 164 234 234
Hex A4 EA EA

RGB Percentages of Color #a4eaea

%25.95
%37.03
%37.03

CMYK Percentages of Color #a4eaea

%30
%0
%0
%8

Triadic Colors of #a4eaea

#a4eaea #eaa4ea #eaeaa4

Analogous Colors of #a4eaea

#a4eaea #a4c7ea #a4eac7

Monochromatic Colors of #a4eaea

#a4eaea

Complementary Color

#a4eaea #eaa4a4

#a4eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eaea Color CSS Codes

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

#a4eaea Text Font Color

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

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


#a4eaea Background Color

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

This div background color is #a4eaea


#a4eaea Border Color

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

This div border color is #a4eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eaea


Comments

No comments written yet.

Please login to write comment.