Color Hex Logo

#addadc Color Hex

#ADDADC
(173,218,220)
0 Favorites   0 Comments

Color spaces of #addadc

RGB 173218220
HSL0.510.400.77
HSV183°21°86°
CMYK 0.210.010.00   0.14
XYZ55.223364.194477.1903
Yxy64.19440.28090.3265
Hunter Lab80.1214-17.1822-1.0360
CIE-Lab84.0669-14.1032-5.8035

#addadc color RGB value is (173,218,220).

#addadc hex color red value is 173, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #addadc hue: 0.51 , saturation: 0.40 and the lightness value of addadc is 0.77.

The process color (four color CMYK) of #addadc color hex is 0.21, 0.01, 0.00, 0.14. Web safe color of #addadc is #99cccc. Color #addadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11011100
Octal 255 332 334
Decimal 173 218 220
Hex AD DA DC

RGB Percentages of Color #addadc

%28.31
%35.68
%36.01

CMYK Percentages of Color #addadc

%21
%1
%0
%14

Triadic Colors of #addadc

#addadc #dcadda #dadcad

Analogous Colors of #addadc

#addadc #adc3dc #addcc7

Monochromatic Colors of #addadc

#addadc

Complementary Color

#addadc #dcafad

#addadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#addadc Color CSS Codes

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

#addadc Text Font Color

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

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


#addadc Background Color

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

This div background color is #addadc


#addadc Border Color

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

This div border color is #addadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addadc


Comments

No comments written yet.

Please login to write comment.