Color Hex Logo

#addec4 Color Hex

#ADDEC4
(173,222,196)
0 Favorites   0 Comments

Color spaces of #addec4

RGB 173222196
HSL0.410.430.77
HSV148°22°87°
CMYK 0.220.000.12   0.13
XYZ53.318765.112361.9823
Yxy65.11230.29550.3609
Hunter Lab80.6922-23.264510.9420
CIE-Lab84.5416-21.00207.5928

#addec4 color RGB value is (173,222,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11000100
Octal 255 336 304
Decimal 173 222 196
Hex AD DE C4

RGB Percentages of Color #addec4

%29.27
%37.56
%33.16

CMYK Percentages of Color #addec4

%22
%0
%12
%13

Triadic Colors of #addec4

#addec4 #c4adde #dec4ad

Analogous Colors of #addec4

#addec4 #addedd #afdead

Monochromatic Colors of #addec4

#addec4

Complementary Color

#addec4 #deadc7

#addec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addec4 Color CSS Codes

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

#addec4 Text Font Color

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

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


#addec4 Background Color

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

This div background color is #addec4


#addec4 Border Color

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

This div border color is #addec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addec4


Comments

No comments written yet.

Please login to write comment.