Color Hex Logo

#a3dfaf Color Hex

#A3DFAF
(163,223,175)
0 Favorites   0 Comments

Color spaces of #a3dfaf

RGB 163223175
HSL0.370.480.76
HSV132°27°87°
CMYK 0.270.000.22   0.13
XYZ49.229863.657050.2498
Yxy63.65700.30180.3902
Hunter Lab79.7853-29.484818.5082
CIE-Lab83.7869-28.571717.4895

#a3dfaf color RGB value is (163,223,175).

#a3dfaf hex color red value is 163, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a3dfaf hue: 0.37 , saturation: 0.48 and the lightness value of a3dfaf is 0.76.

The process color (four color CMYK) of #a3dfaf color hex is 0.27, 0.00, 0.22, 0.13. Web safe color of #a3dfaf is #99cc99. Color #a3dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011111 10101111
Octal 243 337 257
Decimal 163 223 175
Hex A3 DF AF

RGB Percentages of Color #a3dfaf

%29.06
%39.75
%31.19

CMYK Percentages of Color #a3dfaf

%27
%0
%22
%13

Triadic Colors of #a3dfaf

#a3dfaf #afa3df #dfafa3

Analogous Colors of #a3dfaf

#a3dfaf #a3dfcd #b5dfa3

Monochromatic Colors of #a3dfaf

#a3dfaf

Complementary Color

#a3dfaf #dfa3d3

#a3dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dfaf Color CSS Codes

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

#a3dfaf Text Font Color

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

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


#a3dfaf Background Color

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

This div background color is #a3dfaf


#a3dfaf Border Color

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

This div border color is #a3dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dfaf


Comments

No comments written yet.

Please login to write comment.