Color Hex Logo

#a3edce Color Hex

#A3EDCE
(163,237,206)
0 Favorites   0 Comments

Color spaces of #a3edce

RGB 163237206
HSL0.430.670.78
HSV155°31°93°
CMYK 0.310.000.13   0.07
XYZ56.529072.811169.4671
Yxy72.81110.28430.3662
Hunter Lab85.3294-31.073911.4623
CIE-Lab88.3575-29.33487.7520

#a3edce color RGB value is (163,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101101 11001110
Octal 243 355 316
Decimal 163 237 206
Hex A3 ED CE

RGB Percentages of Color #a3edce

%26.90
%39.11
%33.99

CMYK Percentages of Color #a3edce

%31
%0
%13
%7

Triadic Colors of #a3edce

#a3edce #cea3ed #edcea3

Analogous Colors of #a3edce

#a3edce #a3e7ed #a3eda9

Monochromatic Colors of #a3edce

#a3edce

Complementary Color

#a3edce #eda3c2

#a3edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3edce Color CSS Codes

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

#a3edce Text Font Color

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

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


#a3edce Background Color

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

This div background color is #a3edce


#a3edce Border Color

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

This div border color is #a3edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3edce


Comments

No comments written yet.

Please login to write comment.