Color Hex Logo

#adddd2 Color Hex

#ADDDD2
(173,221,210)
0 Favorites   0 Comments

Color spaces of #adddd2

RGB 173221210
HSL0.460.410.77
HSV166°22°87°
CMYK 0.220.000.05   0.13
XYZ54.722965.250370.6831
Yxy65.25030.28700.3422
Hunter Lab80.7777-20.43594.6637
CIE-Lab84.6126-17.71930.2963

#adddd2 color RGB value is (173,221,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11010010
Octal 255 335 322
Decimal 173 221 210
Hex AD DD D2

RGB Percentages of Color #adddd2

%28.64
%36.59
%34.77

CMYK Percentages of Color #adddd2

%22
%0
%5
%13

Triadic Colors of #adddd2

#adddd2 #d2addd #ddd2ad

Analogous Colors of #adddd2

#adddd2 #add0dd #adddba

Monochromatic Colors of #adddd2

#adddd2

Complementary Color

#adddd2 #ddadb8

#adddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddd2 Color CSS Codes

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

#adddd2 Text Font Color

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

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


#adddd2 Background Color

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

This div background color is #adddd2


#adddd2 Border Color

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

This div border color is #adddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddd2


Comments

No comments written yet.

Please login to write comment.