Color Hex Logo

#a3fecd Color Hex

#A3FECD
(163,254,205)
0 Favorites   0 Comments

Color spaces of #a3fecd

RGB 163254205
HSL0.410.980.82
HSV148°36°100°
CMYK 0.360.000.19   0.00
XYZ61.565583.077970.5484
Yxy83.07790.28610.3861
Hunter Lab91.1471-38.939217.9121
CIE-Lab93.0485-37.420414.9511

#a3fecd color RGB value is (163,254,205).

#a3fecd hex color red value is 163, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a3fecd hue: 0.41 , saturation: 0.98 and the lightness value of a3fecd is 0.82.

The process color (four color CMYK) of #a3fecd color hex is 0.36, 0.00, 0.19, 0.00. Web safe color of #a3fecd is #99ffcc. Color #a3fecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111110 11001101
Octal 243 376 315
Decimal 163 254 205
Hex A3 FE CD

RGB Percentages of Color #a3fecd

%26.21
%40.84
%32.96

CMYK Percentages of Color #a3fecd

%36
%0
%19
%0

Triadic Colors of #a3fecd

#a3fecd #cda3fe #fecda3

Analogous Colors of #a3fecd

#a3fecd #a3fefb #a7fea3

Monochromatic Colors of #a3fecd

#a3fecd

Complementary Color

#a3fecd #fea3d4

#a3fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3fecd Color CSS Codes

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

#a3fecd Text Font Color

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

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


#a3fecd Background Color

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

This div background color is #a3fecd


#a3fecd Border Color

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

This div border color is #a3fecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3fecd


Comments

No comments written yet.

Please login to write comment.