Color Hex Logo

#addddf Color Hex

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

Color spaces of #addddf

RGB 173221223
HSL0.510.440.78
HSV182°22°87°
CMYK 0.220.010.00   0.13
XYZ56.409365.924979.5637
Yxy65.92490.27940.3265
Hunter Lab81.1942-18.0776-1.2635
CIE-Lab84.9581-14.9790-6.0763

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

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

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

Base Numbers

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

RGB Percentages of Color #addddf

%28.04
%35.82
%36.14

CMYK Percentages of Color #addddf

%22
%1
%0
%13

Triadic Colors of #addddf

#addddf #dfaddd #dddfad

Analogous Colors of #addddf

#addddf #adc4df #addfc8

Monochromatic Colors of #addddf

#addddf

Complementary Color

#addddf #dfafad

#addddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#addddf Color CSS Codes

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

#addddf Text Font Color

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

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


#addddf Background Color

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

This div background color is #addddf


#addddf Border Color

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

This div border color is #addddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addddf


Comments

No comments written yet.

Please login to write comment.