Color Hex Logo

#add53d Color Hex

#ADD53D
(173,213,61)
0 Favorites   0 Comments

Color spaces of #add53d

RGB 17321361
HSL0.210.640.54
HSV76°71°84°
CMYK 0.190.000.71   0.16
XYZ41.870156.809713.1735
Yxy56.80970.37430.5079
Hunter Lab75.3722-32.742642.3979
CIE-Lab80.0724-33.660466.7238

#add53d color RGB value is (173,213,61).

#add53d hex color red value is 173, green value is 213 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #add53d hue: 0.21 , saturation: 0.64 and the lightness value of add53d is 0.54.

The process color (four color CMYK) of #add53d color hex is 0.19, 0.00, 0.71, 0.16. Web safe color of #add53d is #99cc33. Color #add53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 00111101
Octal 255 325 75
Decimal 173 213 61
Hex AD D5 3D

RGB Percentages of Color #add53d

%38.70
%47.65
%13.65

CMYK Percentages of Color #add53d

%19
%0
%71
%16

Triadic Colors of #add53d

#add53d #3dadd5 #d53dad

Analogous Colors of #add53d

#add53d #61d53d #d5b13d

Monochromatic Colors of #add53d

#add53d

Complementary Color

#add53d #653dd5

#add53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#add53d Color CSS Codes

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

#add53d Text Font Color

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

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


#add53d Background Color

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

This div background color is #add53d


#add53d Border Color

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

This div border color is #add53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add53d


Comments

No comments written yet.

Please login to write comment.