Color Hex Logo

#add561 Color Hex

#ADD561
(173,213,97)
0 Favorites   0 Comments

Color spaces of #add561

RGB 17321397
HSL0.220.580.61
HSV81°54°84°
CMYK 0.190.000.54   0.16
XYZ43.185557.335820.1001
Yxy57.33580.35800.4753
Hunter Lab75.7204-30.707137.2657
CIE-Lab80.3681-30.991752.2731

#add561 color RGB value is (173,213,97).

#add561 hex color red value is 173, green value is 213 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #add561 hue: 0.22 , saturation: 0.58 and the lightness value of add561 is 0.61.

The process color (four color CMYK) of #add561 color hex is 0.19, 0.00, 0.54, 0.16. Web safe color of #add561 is #99cc66. Color #add561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 01100001
Octal 255 325 141
Decimal 173 213 97
Hex AD D5 61

RGB Percentages of Color #add561

%35.82
%44.10
%20.08

CMYK Percentages of Color #add561

%19
%0
%54
%16

Triadic Colors of #add561

#add561 #61add5 #d561ad

Analogous Colors of #add561

#add561 #73d561 #d5c361

Monochromatic Colors of #add561

#add561

Complementary Color

#add561 #8961d5

#add561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add561 Color CSS Codes

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

#add561 Text Font Color

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

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


#add561 Background Color

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

This div background color is #add561


#add561 Border Color

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

This div border color is #add561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add561


Comments

No comments written yet.

Please login to write comment.