Color Hex Logo

#a3feaf Color Hex

#A3FEAF
(163,254,175)
0 Favorites   0 Comments

Color spaces of #a3feaf

RGB 163254175
HSL0.360.980.82
HSV128°36°100°
CMYK 0.360.000.31   0.00
XYZ58.283981.765353.2678
Yxy81.76530.30150.4230
Hunter Lab90.4242-43.188128.3699
CIE-Lab92.4712-42.759029.4282

#a3feaf color RGB value is (163,254,175).

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

The process color (four color CMYK) of #a3feaf color hex is 0.36, 0.00, 0.31, 0.00. Web safe color of #a3feaf is #99ff99. Color #a3feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111110 10101111
Octal 243 376 257
Decimal 163 254 175
Hex A3 FE AF

RGB Percentages of Color #a3feaf

%27.53
%42.91
%29.56

CMYK Percentages of Color #a3feaf

%36
%0
%31
%0

Triadic Colors of #a3feaf

#a3feaf #afa3fe #feafa3

Analogous Colors of #a3feaf

#a3feaf #a3fedd #c5fea3

Monochromatic Colors of #a3feaf

#a3feaf

Complementary Color

#a3feaf #fea3f2

#a3feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3feaf Color CSS Codes

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

#a3feaf Text Font Color

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

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


#a3feaf Background Color

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

This div background color is #a3feaf


#a3feaf Border Color

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

This div border color is #a3feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3feaf


Comments

No comments written yet.

Please login to write comment.