Color Hex Logo

#addfd7 Color Hex

#ADDFD7
(173,223,215)
0 Favorites   0 Comments

Color spaces of #addfd7

RGB 173223215
HSL0.470.440.78
HSV170°22°87°
CMYK 0.220.000.04   0.13
XYZ55.887066.565974.1929
Yxy66.56590.28420.3385
Hunter Lab81.5879-20.50803.1955
CIE-Lab85.2843-17.6857-1.3658

#addfd7 color RGB value is (173,223,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11010111
Octal 255 337 327
Decimal 173 223 215
Hex AD DF D7

RGB Percentages of Color #addfd7

%28.31
%36.50
%35.19

CMYK Percentages of Color #addfd7

%22
%0
%4
%13

Triadic Colors of #addfd7

#addfd7 #d7addf #dfd7ad

Analogous Colors of #addfd7

#addfd7 #adcedf #addfbe

Monochromatic Colors of #addfd7

#addfd7

Complementary Color

#addfd7 #dfadb5

#addfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfd7 Color CSS Codes

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

#addfd7 Text Font Color

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

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


#addfd7 Background Color

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

This div background color is #addfd7


#addfd7 Border Color

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

This div border color is #addfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfd7


Comments

No comments written yet.

Please login to write comment.