Color Hex Logo

#adddd8 Color Hex

#ADDDD8
(173,221,216)
0 Favorites   0 Comments

Color spaces of #adddd8

RGB 173221216
HSL0.480.410.77
HSV174°22°87°
CMYK 0.220.000.02   0.13
XYZ55.484765.555074.6948
Yxy65.55500.28350.3349
Hunter Lab80.9660-19.36751.9785
CIE-Lab84.7689-16.4720-2.6503

#adddd8 color RGB value is (173,221,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11011000
Octal 255 335 330
Decimal 173 221 216
Hex AD DD D8

RGB Percentages of Color #adddd8

%28.36
%36.23
%35.41

CMYK Percentages of Color #adddd8

%22
%0
%2
%13

Triadic Colors of #adddd8

#adddd8 #d8addd #ddd8ad

Analogous Colors of #adddd8

#adddd8 #adcadd #adddc0

Monochromatic Colors of #adddd8

#adddd8

Complementary Color

#adddd8 #ddadb2

#adddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddd8 Color CSS Codes

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

#adddd8 Text Font Color

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

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


#adddd8 Background Color

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

This div background color is #adddd8


#adddd8 Border Color

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

This div border color is #adddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddd8


Comments

No comments written yet.

Please login to write comment.