Color Hex Logo

#addfab Color Hex

#ADDFAB
(173,223,171)
0 Favorites   0 Comments

Color spaces of #addfab

RGB 173223171
HSL0.330.450.77
HSV118°23°87°
CMYK 0.220.000.23   0.13
XYZ50.971964.599948.3106
Yxy64.59990.31100.3942
Hunter Lab80.3741-27.452920.6243
CIE-Lab84.2771-26.003320.3491

#addfab color RGB value is (173,223,171).

#addfab hex color red value is 173, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #addfab hue: 0.33 , saturation: 0.45 and the lightness value of addfab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10101011
Octal 255 337 253
Decimal 173 223 171
Hex AD DF AB

RGB Percentages of Color #addfab

%30.51
%39.33
%30.16

CMYK Percentages of Color #addfab

%22
%0
%23
%13

Triadic Colors of #addfab

#addfab #abaddf #dfabad

Analogous Colors of #addfab

#addfab #abdfc3 #c7dfab

Monochromatic Colors of #addfab

#addfab

Complementary Color

#addfab #ddabdf

#addfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfab Color CSS Codes

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

#addfab Text Font Color

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

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


#addfab Background Color

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

This div background color is #addfab


#addfab Border Color

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

This div border color is #addfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfab


Comments

No comments written yet.

Please login to write comment.