Color Hex Logo

#addd88 Color Hex

#ADDD88
(173,221,136)
0 Favorites   0 Comments

Color spaces of #addd88

RGB 173221136
HSL0.260.560.70
HSV94°38°87°
CMYK 0.220.000.38   0.13
XYZ47.534062.374732.8268
Yxy62.37470.33300.4370
Hunter Lab78.9777-30.777730.6407
CIE-Lab83.1123-30.328636.7758

#addd88 color RGB value is (173,221,136).

#addd88 hex color red value is 173, green value is 221 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #addd88 hue: 0.26 , saturation: 0.56 and the lightness value of addd88 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 10001000
Octal 255 335 210
Decimal 173 221 136
Hex AD DD 88

RGB Percentages of Color #addd88

%32.64
%41.70
%25.66

CMYK Percentages of Color #addd88

%22
%0
%38
%13

Triadic Colors of #addd88

#addd88 #88addd #dd88ad

Analogous Colors of #addd88

#addd88 #88dd8e #d8dd88

Monochromatic Colors of #addd88

#addd88

Complementary Color

#addd88 #b888dd

#addd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd88 Color CSS Codes

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

#addd88 Text Font Color

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

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


#addd88 Background Color

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

This div background color is #addd88


#addd88 Border Color

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

This div border color is #addd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd88


Comments

No comments written yet.

Please login to write comment.