Color Hex Logo

#add089 Color Hex

#ADD089
(173,208,137)
0 Favorites   0 Comments

Color spaces of #add089

RGB 173208137
HSL0.250.430.68
HSV90°34°82°
CMYK 0.170.000.34   0.18
XYZ44.304855.802132.1027
Yxy55.80210.33510.4221
Hunter Lab74.7008-24.858626.8107
CIE-Lab79.5011-23.961831.5430

#add089 color RGB value is (173,208,137).

#add089 hex color red value is 173, green value is 208 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #add089 hue: 0.25 , saturation: 0.43 and the lightness value of add089 is 0.68.

The process color (four color CMYK) of #add089 color hex is 0.17, 0.00, 0.34, 0.18. Web safe color of #add089 is #99cc99. Color #add089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10001001
Octal 255 320 211
Decimal 173 208 137
Hex AD D0 89

RGB Percentages of Color #add089

%33.40
%40.15
%26.45

CMYK Percentages of Color #add089

%17
%0
%34
%18

Triadic Colors of #add089

#add089 #89add0 #d089ad

Analogous Colors of #add089

#add089 #8ad089 #d0d089

Monochromatic Colors of #add089

#add089

Complementary Color

#add089 #ac89d0

#add089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add089 Color CSS Codes

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

#add089 Text Font Color

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

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


#add089 Background Color

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

This div background color is #add089


#add089 Border Color

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

This div border color is #add089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add089


Comments

No comments written yet.

Please login to write comment.