Color Hex Logo

#addec8 Color Hex

#ADDEC8
(173,222,200)
1 Favorites   0 Comments

Color spaces of #addec8

RGB 173222200
HSL0.430.430.77
HSV153°22°87°
CMYK 0.220.000.10   0.13
XYZ53.780265.296964.4126
Yxy65.29690.29310.3559
Hunter Lab80.8065-22.61199.3032
CIE-Lab84.6365-20.22485.6178

#addec8 color RGB value is (173,222,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11001000
Octal 255 336 310
Decimal 173 222 200
Hex AD DE C8

RGB Percentages of Color #addec8

%29.08
%37.31
%33.61

CMYK Percentages of Color #addec8

%22
%0
%10
%13

Triadic Colors of #addec8

#addec8 #c8adde #dec8ad

Analogous Colors of #addec8

#addec8 #addcde #addeb0

Monochromatic Colors of #addec8

#addec8

Complementary Color

#addec8 #deadc3

#addec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addec8 Color CSS Codes

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

#addec8 Text Font Color

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

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


#addec8 Background Color

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

This div background color is #addec8


#addec8 Border Color

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

This div border color is #addec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addec8


Comments

No comments written yet.

Please login to write comment.