Color Hex Logo

#addeb1 Color Hex

#ADDEB1
(173,222,177)
0 Favorites   0 Comments

Color spaces of #addeb1

RGB 173222177
HSL0.350.430.77
HSV125°22°87°
CMYK 0.220.000.20   0.13
XYZ51.290764.301151.3030
Yxy64.30110.30730.3853
Hunter Lab80.1880-26.154818.1988
CIE-Lab84.1223-24.490716.9955

#addeb1 color RGB value is (173,222,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 10110001
Octal 255 336 261
Decimal 173 222 177
Hex AD DE B1

RGB Percentages of Color #addeb1

%30.24
%38.81
%30.94

CMYK Percentages of Color #addeb1

%22
%0
%20
%13

Triadic Colors of #addeb1

#addeb1 #b1adde #deb1ad

Analogous Colors of #addeb1

#addeb1 #addeca #c2dead

Monochromatic Colors of #addeb1

#addeb1

Complementary Color

#addeb1 #deadda

#addeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addeb1 Color CSS Codes

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

#addeb1 Text Font Color

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

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


#addeb1 Background Color

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

This div background color is #addeb1


#addeb1 Border Color

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

This div border color is #addeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addeb1


Comments

No comments written yet.

Please login to write comment.