Color Hex Logo

#a3eade Color Hex

#A3EADE
(163,234,222)
0 Favorites   0 Comments

Color spaces of #a3eade

RGB 163234222
HSL0.470.630.78
HSV170°30°92°
CMYK 0.300.000.05   0.08
XYZ57.711971.906179.9448
Yxy71.90610.27540.3431
Hunter Lab84.7975-26.91113.4612
CIE-Lab87.9234-24.5506-1.2509

#a3eade color RGB value is (163,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101010 11011110
Octal 243 352 336
Decimal 163 234 222
Hex A3 EA DE

RGB Percentages of Color #a3eade

%26.33
%37.80
%35.86

CMYK Percentages of Color #a3eade

%30
%0
%5
%8

Triadic Colors of #a3eade

#a3eade #dea3ea #eadea3

Analogous Colors of #a3eade

#a3eade #a3d3ea #a3eabb

Monochromatic Colors of #a3eade

#a3eade

Complementary Color

#a3eade #eaa3af

#a3eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3eade Color CSS Codes

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

#a3eade Text Font Color

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

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


#a3eade Background Color

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

This div background color is #a3eade


#a3eade Border Color

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

This div border color is #a3eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3eade


Comments

No comments written yet.

Please login to write comment.