Color Hex Logo

#a0eacc Color Hex

#A0EACC
(160,234,204)
0 Favorites   0 Comments

Color spaces of #a0eacc

RGB 160234204
HSL0.430.640.77
HSV156°32°92°
CMYK 0.320.000.13   0.08
XYZ54.819170.678967.8799
Yxy70.67890.28350.3655
Hunter Lab84.0707-30.731210.9779
CIE-Lab87.3288-29.18357.2996

#a0eacc color RGB value is (160,234,204).

#a0eacc hex color red value is 160, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0eacc hue: 0.43 , saturation: 0.64 and the lightness value of a0eacc is 0.77.

The process color (four color CMYK) of #a0eacc color hex is 0.32, 0.00, 0.13, 0.08. Web safe color of #a0eacc is #99ffcc. Color #a0eacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101010 11001100
Octal 240 352 314
Decimal 160 234 204
Hex A0 EA CC

RGB Percentages of Color #a0eacc

%26.76
%39.13
%34.11

CMYK Percentages of Color #a0eacc

%32
%0
%13
%8

Triadic Colors of #a0eacc

#a0eacc #cca0ea #eacca0

Analogous Colors of #a0eacc

#a0eacc #a0e3ea #a0eaa7

Monochromatic Colors of #a0eacc

#a0eacc

Complementary Color

#a0eacc #eaa0be

#a0eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eacc Color CSS Codes

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

#a0eacc Text Font Color

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

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


#a0eacc Background Color

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

This div background color is #a0eacc


#a0eacc Border Color

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

This div border color is #a0eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eacc


Comments

No comments written yet.

Please login to write comment.