Color Hex Logo

#addfd1 Color Hex

#ADDFD1
(173,223,209)
0 Favorites   0 Comments

Color spaces of #addfd1

RGB 173223209
HSL0.450.440.78
HSV163°22°87°
CMYK 0.220.000.06   0.13
XYZ55.129966.263070.2060
Yxy66.26300.28770.3458
Hunter Lab81.4021-21.56385.8462
CIE-Lab85.1304-18.92271.5796

#addfd1 color RGB value is (173,223,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11010001
Octal 255 337 321
Decimal 173 223 209
Hex AD DF D1

RGB Percentages of Color #addfd1

%28.60
%36.86
%34.55

CMYK Percentages of Color #addfd1

%22
%0
%6
%13

Triadic Colors of #addfd1

#addfd1 #d1addf #dfd1ad

Analogous Colors of #addfd1

#addfd1 #add4df #addfb8

Monochromatic Colors of #addfd1

#addfd1

Complementary Color

#addfd1 #dfadbb

#addfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfd1 Color CSS Codes

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

#addfd1 Text Font Color

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

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


#addfd1 Background Color

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

This div background color is #addfd1


#addfd1 Border Color

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

This div border color is #addfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfd1


Comments

No comments written yet.

Please login to write comment.