Color Hex Logo

#addfa3 Color Hex

#ADDFA3
(173,223,163)
0 Favorites   0 Comments

Color spaces of #addfa3

RGB 173223163
HSL0.310.480.76
HSV110°27°87°
CMYK 0.220.000.27   0.13
XYZ50.232164.303944.4147
Yxy64.30390.31600.4046
Hunter Lab80.1897-28.516823.2938
CIE-Lab84.1237-27.317024.3006

#addfa3 color RGB value is (173,223,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10100011
Octal 255 337 243
Decimal 173 223 163
Hex AD DF A3

RGB Percentages of Color #addfa3

%30.95
%39.89
%29.16

CMYK Percentages of Color #addfa3

%22
%0
%27
%13

Triadic Colors of #addfa3

#addfa3 #a3addf #dfa3ad

Analogous Colors of #addfa3

#addfa3 #a3dfb7 #cbdfa3

Monochromatic Colors of #addfa3

#addfa3

Complementary Color

#addfa3 #d5a3df

#addfa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfa3 Color CSS Codes

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

#addfa3 Text Font Color

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

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


#addfa3 Background Color

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

This div background color is #addfa3


#addfa3 Border Color

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

This div border color is #addfa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfa3


Comments

No comments written yet.

Please login to write comment.