Color Hex Logo

#adddd7 Color Hex

#ADDDD7
(173,221,215)
0 Favorites   0 Comments

Color spaces of #adddd7

RGB 173221215
HSL0.480.410.77
HSV173°22°87°
CMYK 0.220.000.03   0.13
XYZ55.355865.503474.0158
Yxy65.50340.28410.3361
Hunter Lab80.9342-19.54782.4321
CIE-Lab84.7425-16.6818-2.1598

#adddd7 color RGB value is (173,221,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11010111
Octal 255 335 327
Decimal 173 221 215
Hex AD DD D7

RGB Percentages of Color #adddd7

%28.41
%36.29
%35.30

CMYK Percentages of Color #adddd7

%22
%0
%3
%13

Triadic Colors of #adddd7

#adddd7 #d7addd #ddd7ad

Analogous Colors of #adddd7

#adddd7 #adcbdd #adddbf

Monochromatic Colors of #adddd7

#adddd7

Complementary Color

#adddd7 #ddadb3

#adddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddd7 Color CSS Codes

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

#adddd7 Text Font Color

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

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


#adddd7 Background Color

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

This div background color is #adddd7


#adddd7 Border Color

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

This div border color is #adddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddd7


Comments

No comments written yet.

Please login to write comment.