Color Hex Logo

#addc5b Color Hex

#ADDC5B
(173,220,91)
0 Favorites   0 Comments

Color spaces of #addc5b

RGB 17322091
HSL0.230.650.61
HSV82°59°86°
CMYK 0.210.000.59   0.14
XYZ44.715160.826019.2814
Yxy60.82600.35820.4873
Hunter Lab77.9910-34.143739.9357
CIE-Lab82.2851-34.769057.1460

#addc5b color RGB value is (173,220,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 01011011
Octal 255 334 133
Decimal 173 220 91
Hex AD DC 5B

RGB Percentages of Color #addc5b

%35.74
%45.45
%18.80

CMYK Percentages of Color #addc5b

%21
%0
%59
%14

Triadic Colors of #addc5b

#addc5b #5baddc #dc5bad

Analogous Colors of #addc5b

#addc5b #6ddc5b #dccb5b

Monochromatic Colors of #addc5b

#addc5b

Complementary Color

#addc5b #8a5bdc

#addc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc5b Color CSS Codes

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

#addc5b Text Font Color

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

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


#addc5b Background Color

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

This div background color is #addc5b


#addc5b Border Color

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

This div border color is #addc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc5b


Comments

No comments written yet.

Please login to write comment.