Color Hex Logo

#addfde Color Hex

#ADDFDE
(173,223,222)
0 Favorites   0 Comments

Color spaces of #addfde

RGB 173223222
HSL0.500.440.78
HSV179°22°87°
CMYK 0.220.000.00   0.13
XYZ56.806166.933579.0327
Yxy66.93350.28010.3301
Hunter Lab81.8129-19.2326-0.0062
CIE-Lab85.4704-16.2041-4.7915

#addfde color RGB value is (173,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11011110
Octal 255 337 336
Decimal 173 223 222
Hex AD DF DE

RGB Percentages of Color #addfde

%27.99
%36.08
%35.92

CMYK Percentages of Color #addfde

%22
%0
%0
%13

Triadic Colors of #addfde

#addfde #deaddf #dfdead

Analogous Colors of #addfde

#addfde #adc7df #addfc5

Monochromatic Colors of #addfde

#addfde

Complementary Color

#addfde #dfadae

#addfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfde Color CSS Codes

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

#addfde Text Font Color

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

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


#addfde Background Color

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

This div background color is #addfde


#addfde Border Color

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

This div border color is #addfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfde


Comments

No comments written yet.

Please login to write comment.