Color Hex Logo

#addfaf Color Hex

#ADDFAF
(173,223,175)
0 Favorites   0 Comments

Color spaces of #addfaf

RGB 173223175
HSL0.340.440.78
HSV122°22°87°
CMYK 0.220.000.22   0.13
XYZ51.359164.754750.3494
Yxy64.75470.30850.3890
Hunter Lab80.4703-26.897819.2321
CIE-Lab84.3572-25.322218.3708

#addfaf color RGB value is (173,223,175).

#addfaf hex color red value is 173, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #addfaf hue: 0.34 , saturation: 0.44 and the lightness value of addfaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10101111
Octal 255 337 257
Decimal 173 223 175
Hex AD DF AF

RGB Percentages of Color #addfaf

%30.30
%39.05
%30.65

CMYK Percentages of Color #addfaf

%22
%0
%22
%13

Triadic Colors of #addfaf

#addfaf #afaddf #dfafad

Analogous Colors of #addfaf

#addfaf #addfc8 #c4dfad

Monochromatic Colors of #addfaf

#addfaf

Complementary Color

#addfaf #dfaddd

#addfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfaf Color CSS Codes

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

#addfaf Text Font Color

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

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


#addfaf Background Color

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

This div background color is #addfaf


#addfaf Border Color

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

This div border color is #addfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfaf


Comments

No comments written yet.

Please login to write comment.