Color Hex Logo

#added5 Color Hex

#ADDED5
(173,222,213)
0 Favorites   0 Comments

Color spaces of #added5

RGB 173222213
HSL0.470.430.77
HSV169°22°87°
CMYK 0.220.000.04   0.13
XYZ55.365165.930972.7587
Yxy65.93090.28530.3398
Hunter Lab81.1978-20.38523.7107
CIE-Lab84.9612-17.6011-0.7814

#added5 color RGB value is (173,222,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11010101
Octal 255 336 325
Decimal 173 222 213
Hex AD DE D5

RGB Percentages of Color #added5

%28.45
%36.51
%35.03

CMYK Percentages of Color #added5

%22
%0
%4
%13

Triadic Colors of #added5

#added5 #d5adde #ded5ad

Analogous Colors of #added5

#added5 #adcfde #addebd

Monochromatic Colors of #added5

#added5

Complementary Color

#added5 #deadb6

#added5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#added5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#added5 Color CSS Codes

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

#added5 Text Font Color

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

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


#added5 Background Color

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

This div background color is #added5


#added5 Border Color

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

This div border color is #added5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #added5


Comments

No comments written yet.

Please login to write comment.