Color Hex Logo

#addadd Color Hex

#ADDADD
(173,218,221)
1 Favorites   0 Comments

Color spaces of #addadd

RGB 173218221
HSL0.510.410.77
HSV184°22°87°
CMYK 0.220.010.00   0.13
XYZ55.356164.247577.8900
Yxy64.24750.28030.3253
Hunter Lab80.1545-16.9953-1.5068
CIE-Lab84.0945-13.8879-6.2932

#addadd color RGB value is (173,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11011101
Octal 255 332 335
Decimal 173 218 221
Hex AD DA DD

RGB Percentages of Color #addadd

%28.27
%35.62
%36.11

CMYK Percentages of Color #addadd

%22
%1
%0
%13

Triadic Colors of #addadd

#addadd #ddadda #daddad

Analogous Colors of #addadd

#addadd #adc2dd #adddc8

Monochromatic Colors of #addadd

#addadd

Complementary Color

#addadd #ddb0ad

#addadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addadd Color CSS Codes

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

#addadd Text Font Color

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

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


#addadd Background Color

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

This div background color is #addadd


#addadd Border Color

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

This div border color is #addadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addadd

#addadd Color Palettes


Comments

No comments written yet.

Please login to write comment.