Color Hex Logo

#adde8b Color Hex

#ADDE8B
(173,222,139)
0 Favorites   0 Comments

Color spaces of #adde8b

RGB 173222139
HSL0.270.560.71
HSV95°37°87°
CMYK 0.220.000.37   0.13
XYZ48.015162.990934.0539
Yxy62.99090.33100.4342
Hunter Lab79.3668-30.903530.1172
CIE-Lab83.4376-30.396335.6861

#adde8b color RGB value is (173,222,139).

#adde8b hex color red value is 173, green value is 222 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #adde8b hue: 0.27 , saturation: 0.56 and the lightness value of adde8b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 10001011
Octal 255 336 213
Decimal 173 222 139
Hex AD DE 8B

RGB Percentages of Color #adde8b

%32.40
%41.57
%26.03

CMYK Percentages of Color #adde8b

%22
%0
%37
%13

Triadic Colors of #adde8b

#adde8b #8badde #de8bad

Analogous Colors of #adde8b

#adde8b #8bde93 #d7de8b

Monochromatic Colors of #adde8b

#adde8b

Complementary Color

#adde8b #bc8bde

#adde8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adde8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adde8b Color CSS Codes

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

#adde8b Text Font Color

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

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


#adde8b Background Color

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

This div background color is #adde8b


#adde8b Border Color

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

This div border color is #adde8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adde8b


Comments

No comments written yet.

Please login to write comment.