Color Hex Logo

#addb5a Color Hex

#ADDB5A
(173,219,90)
0 Favorites   0 Comments

Color spaces of #addb5a

RGB 17321990
HSL0.230.640.61
HSV81°59°86°
CMYK 0.210.000.59   0.14
XYZ44.410660.285518.9684
Yxy60.28550.35910.4875
Hunter Lab77.6437-33.778339.8660
CIE-Lab81.9931-34.395257.2536

#addb5a color RGB value is (173,219,90).

#addb5a hex color red value is 173, green value is 219 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #addb5a hue: 0.23 , saturation: 0.64 and the lightness value of addb5a is 0.61.

The process color (four color CMYK) of #addb5a color hex is 0.21, 0.00, 0.59, 0.14. Web safe color of #addb5a is #99cc66. Color #addb5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 01011010
Octal 255 333 132
Decimal 173 219 90
Hex AD DB 5A

RGB Percentages of Color #addb5a

%35.89
%45.44
%18.67

CMYK Percentages of Color #addb5a

%21
%0
%59
%14

Triadic Colors of #addb5a

#addb5a #5aaddb #db5aad

Analogous Colors of #addb5a

#addb5a #6ddb5a #dbc95a

Monochromatic Colors of #addb5a

#addb5a

Complementary Color

#addb5a #885adb

#addb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb5a Color CSS Codes

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

#addb5a Text Font Color

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

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


#addb5a Background Color

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

This div background color is #addb5a


#addb5a Border Color

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

This div border color is #addb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb5a


Comments

No comments written yet.

Please login to write comment.