Color Hex Logo

#adddd5 Color Hex

#ADDDD5
(173,221,213)
0 Favorites   0 Comments

Color spaces of #adddd5

RGB 173221213
HSL0.470.410.77
HSV170°22°87°
CMYK 0.220.000.04   0.13
XYZ55.100365.401272.6704
Yxy65.40120.28520.3386
Hunter Lab80.8710-19.90593.3319
CIE-Lab84.6901-17.0993-1.1781

#adddd5 color RGB value is (173,221,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11010101
Octal 255 335 325
Decimal 173 221 213
Hex AD DD D5

RGB Percentages of Color #adddd5

%28.50
%36.41
%35.09

CMYK Percentages of Color #adddd5

%22
%0
%4
%13

Triadic Colors of #adddd5

#adddd5 #d5addd #ddd5ad

Analogous Colors of #adddd5

#adddd5 #adcddd #adddbd

Monochromatic Colors of #adddd5

#adddd5

Complementary Color

#adddd5 #ddadb5

#adddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddd5 Color CSS Codes

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

#adddd5 Text Font Color

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

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


#adddd5 Background Color

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

This div background color is #adddd5


#adddd5 Border Color

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

This div border color is #adddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddd5


Comments

No comments written yet.

Please login to write comment.