Color Hex Logo

#a3edde Color Hex

#A3EDDE
(163,237,222)
0 Favorites   0 Comments

Color spaces of #a3edde

RGB 163237222
HSL0.470.670.78
HSV168°31°93°
CMYK 0.310.000.06   0.07
XYZ58.573373.628880.2319
Yxy73.62880.27570.3466
Hunter Lab85.8072-28.31594.6274
CIE-Lab88.7468-26.0036-0.0470

#a3edde color RGB value is (163,237,222).

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

The process color (four color CMYK) of #a3edde color hex is 0.31, 0.00, 0.06, 0.07. Web safe color of #a3edde is #99ffcc. Color #a3edde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101101 11011110
Octal 243 355 336
Decimal 163 237 222
Hex A3 ED DE

RGB Percentages of Color #a3edde

%26.21
%38.10
%35.69

CMYK Percentages of Color #a3edde

%31
%0
%6
%7

Triadic Colors of #a3edde

#a3edde #dea3ed #eddea3

Analogous Colors of #a3edde

#a3edde #a3d7ed #a3edb9

Monochromatic Colors of #a3edde

#a3edde

Complementary Color

#a3edde #eda3b2

#a3edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3edde Color CSS Codes

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

#a3edde Text Font Color

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

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


#a3edde Background Color

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

This div background color is #a3edde


#a3edde Border Color

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

This div border color is #a3edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3edde


Comments

No comments written yet.

Please login to write comment.