color codes Logo

#addfaa color codes

#ADDFAA
(173,223,170)
0 Favorites   0 Comments

Color spaces of #addfaa

RGB 173223170
HSL0.320.450.77
HSV117°24°87°
CMYK 0.220.000.24   0.13
XYZ50.877064.561947.8104
Yxy64.56190.31170.3955
Hunter Lab80.3504-27.589020.9663
CIE-Lab84.2575-26.170820.8435

#addfaa color RGB value is (173,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 10101010
Octal 255 337 252
Decimal 173 223 170
Hex AD DF AA

RGB Percentages of Color #addfaa

%30.57
%39.40
%30.04

CMYK Percentages of Color #addfaa

%22
%0
%24
%13

Triadic Colors of #addfaa

#addfaa #aaaddf #dfaaad

Analogous Colors of #addfaa

#addfaa #aadfc2 #c8dfaa

Monochromatic Colors of #addfaa

#addfaa

Complementary Color

#addfaa #dcaadf

#addfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfaa Color CSS Codes

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

#addfaa Text Font Color

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

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


#addfaa Background Color

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

This div background color is #addfaa


#addfaa Border Color

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

This div border color is #addfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfaa


Comments

No comments written yet.

Please login to write comment.