Color Hex Logo

#addfc0 Color Hex

#ADDFC0
(173,223,192)
0 Favorites   0 Comments

Color spaces of #addfc0

RGB 173223192
HSL0.400.440.78
HSV143°22°87°
CMYK 0.220.000.14   0.13
XYZ53.135765.465459.7047
Yxy65.46540.29800.3672
Hunter Lab80.9107-24.369112.8869
CIE-Lab84.7230-22.25639.9613

#addfc0 color RGB value is (173,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11000000
Octal 255 337 300
Decimal 173 223 192
Hex AD DF C0

RGB Percentages of Color #addfc0

%29.42
%37.93
%32.65

CMYK Percentages of Color #addfc0

%22
%0
%14
%13

Triadic Colors of #addfc0

#addfc0 #c0addf #dfc0ad

Analogous Colors of #addfc0

#addfc0 #addfd9 #b3dfad

Monochromatic Colors of #addfc0

#addfc0

Complementary Color

#addfc0 #dfadcc

#addfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfc0 Color CSS Codes

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

#addfc0 Text Font Color

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

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


#addfc0 Background Color

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

This div background color is #addfc0


#addfc0 Border Color

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

This div border color is #addfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfc0


Comments

No comments written yet.

Please login to write comment.