Color Hex Logo

#addfdd Color Hex

#ADDFDD
(173,223,221)
0 Favorites   0 Comments

Color spaces of #addfdd

RGB 173223221
HSL0.490.440.78
HSV178°22°87°
CMYK 0.220.000.01   0.13
XYZ56.672466.880078.3288
Yxy66.88000.28070.3313
Hunter Lab81.7802-19.41760.4584
CIE-Lab85.4433-16.4182-4.3029

#addfdd color RGB value is (173,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11011101
Octal 255 337 335
Decimal 173 223 221
Hex AD DF DD

RGB Percentages of Color #addfdd

%28.04
%36.14
%35.82

CMYK Percentages of Color #addfdd

%22
%0
%1
%13

Triadic Colors of #addfdd

#addfdd #ddaddf #dfddad

Analogous Colors of #addfdd

#addfdd #adc8df #addfc4

Monochromatic Colors of #addfdd

#addfdd

Complementary Color

#addfdd #dfadaf

#addfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfdd Color CSS Codes

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

#addfdd Text Font Color

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

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


#addfdd Background Color

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

This div background color is #addfdd


#addfdd Border Color

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

This div border color is #addfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfdd


Comments

No comments written yet.

Please login to write comment.