Color Hex Logo

#add13b Color Hex

#ADD13B
(173,209,59)
0 Favorites   0 Comments

Color spaces of #add13b

RGB 17320959
HSL0.210.620.53
HSV74°72°82°
CMYK 0.170.000.72   0.18
XYZ40.823554.800912.5637
Yxy54.80090.37730.5065
Hunter Lab74.0276-31.112241.7569
CIE-Lab78.9264-31.917466.2984

#add13b color RGB value is (173,209,59).

#add13b hex color red value is 173, green value is 209 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #add13b hue: 0.21 , saturation: 0.62 and the lightness value of add13b is 0.53.

The process color (four color CMYK) of #add13b color hex is 0.17, 0.00, 0.72, 0.18. Web safe color of #add13b is #99cc33. Color #add13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 00111011
Octal 255 321 73
Decimal 173 209 59
Hex AD D1 3B

RGB Percentages of Color #add13b

%39.23
%47.39
%13.38

CMYK Percentages of Color #add13b

%17
%0
%72
%18

Triadic Colors of #add13b

#add13b #3badd1 #d13bad

Analogous Colors of #add13b

#add13b #62d13b #d1aa3b

Monochromatic Colors of #add13b

#add13b

Complementary Color

#add13b #5f3bd1

#add13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add13b Color CSS Codes

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

#add13b Text Font Color

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

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


#add13b Background Color

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

This div background color is #add13b


#add13b Border Color

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

This div border color is #add13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add13b


Comments

No comments written yet.

Please login to write comment.