Color Hex Logo

#added7 Color Hex

#ADDED7
(173,222,215)
0 Favorites   0 Comments

Color spaces of #added7

RGB 173222215
HSL0.480.430.77
HSV171°22°87°
CMYK 0.220.000.03   0.13
XYZ55.620666.033174.1041
Yxy66.03310.28410.3373
Hunter Lab81.2608-20.02832.8142
CIE-Lab85.0133-17.1844-1.7627

#added7 color RGB value is (173,222,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11010111
Octal 255 336 327
Decimal 173 222 215
Hex AD DE D7

RGB Percentages of Color #added7

%28.36
%36.39
%35.25

CMYK Percentages of Color #added7

%22
%0
%3
%13

Triadic Colors of #added7

#added7 #d7adde #ded7ad

Analogous Colors of #added7

#added7 #adcdde #addebf

Monochromatic Colors of #added7

#added7

Complementary Color

#added7 #deadb4

#added7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#added7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#added7 Color CSS Codes

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

#added7 Text Font Color

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

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


#added7 Background Color

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

This div background color is #added7


#added7 Border Color

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

This div border color is #added7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #added7


Comments

No comments written yet.

Please login to write comment.