Color Hex Logo

#addadf Color Hex

#ADDADF
(173,218,223)
0 Favorites   0 Comments

Color spaces of #addadf

RGB 173218223
HSL0.520.440.78
HSV186°22°87°
CMYK 0.220.020.00   0.13
XYZ55.624364.354879.3020
Yxy64.35480.27910.3229
Hunter Lab80.2214-16.6184-2.4554
CIE-Lab84.1502-13.4547-7.2716

#addadf color RGB value is (173,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11011111
Octal 255 332 337
Decimal 173 218 223
Hex AD DA DF

RGB Percentages of Color #addadf

%28.18
%35.50
%36.32

CMYK Percentages of Color #addadf

%22
%2
%0
%13

Triadic Colors of #addadf

#addadf #dfadda #dadfad

Analogous Colors of #addadf

#addadf #adc1df #addfcb

Monochromatic Colors of #addadf

#addadf

Complementary Color

#addadf #dfb2ad

#addadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#addadf Color CSS Codes

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

#addadf Text Font Color

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

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


#addadf Background Color

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

This div background color is #addadf


#addadf Border Color

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

This div border color is #addadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,218,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 #addadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addadf


Comments

No comments written yet.

Please login to write comment.