Color Hex Logo

#addec1 Color Hex

#ADDEC1
(173,222,193)
0 Favorites   0 Comments

Color spaces of #addec1

RGB 173222193
HSL0.400.430.77
HSV144°22°87°
CMYK 0.220.000.13   0.13
XYZ52.980564.977060.2015
Yxy64.97700.29740.3647
Hunter Lab80.6083-23.743912.1457
CIE-Lab84.4719-21.57549.0755

#addec1 color RGB value is (173,222,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11000001
Octal 255 336 301
Decimal 173 222 193
Hex AD DE C1

RGB Percentages of Color #addec1

%29.42
%37.76
%32.82

CMYK Percentages of Color #addec1

%22
%0
%13
%13

Triadic Colors of #addec1

#addec1 #c1adde #dec1ad

Analogous Colors of #addec1

#addec1 #addeda #b2dead

Monochromatic Colors of #addec1

#addec1

Complementary Color

#addec1 #deadca

#addec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addec1 Color CSS Codes

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

#addec1 Text Font Color

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

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


#addec1 Background Color

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

This div background color is #addec1


#addec1 Border Color

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

This div border color is #addec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addec1


Comments

No comments written yet.

Please login to write comment.