Color Hex Logo

#a3ffc5 Color Hex

#A3FFC5
(163,255,197)
0 Favorites   0 Comments

Color spaces of #a3ffc5

RGB 163255197
HSL0.391.000.82
HSV142°36°100°
CMYK 0.360.000.23   0.00
XYZ60.942383.337765.6971
Yxy83.33770.29020.3969
Hunter Lab91.2895-40.595021.2342
CIE-Lab93.1621-39.374519.2084

#a3ffc5 color RGB value is (163,255,197).

#a3ffc5 hex color red value is 163, green value is 255 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #a3ffc5 hue: 0.39 , saturation: 1.00 and the lightness value of a3ffc5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111111 11000101
Octal 243 377 305
Decimal 163 255 197
Hex A3 FF C5

RGB Percentages of Color #a3ffc5

%26.50
%41.46
%32.03

CMYK Percentages of Color #a3ffc5

%36
%0
%23
%0

Triadic Colors of #a3ffc5

#a3ffc5 #c5a3ff #ffc5a3

Analogous Colors of #a3ffc5

#a3ffc5 #a3fff3 #afffa3

Monochromatic Colors of #a3ffc5

#a3ffc5

Complementary Color

#a3ffc5 #ffa3dd

#a3ffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ffc5 Color CSS Codes

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

#a3ffc5 Text Font Color

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

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


#a3ffc5 Background Color

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

This div background color is #a3ffc5


#a3ffc5 Border Color

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

This div border color is #a3ffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ffc5

Related Colors

#a3ffc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.