Color Hex Logo

#add14b Color Hex

#ADD14B
(173,209,75)
0 Favorites   0 Comments

Color spaces of #add14b

RGB 17320975
HSL0.210.590.56
HSV76°64°82°
CMYK 0.170.000.64   0.18
XYZ41.304054.993215.0944
Yxy54.99320.37080.4937
Hunter Lab74.1574-30.355039.8420
CIE-Lab79.0374-30.921160.3476

#add14b color RGB value is (173,209,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 01001011
Octal 255 321 113
Decimal 173 209 75
Hex AD D1 4B

RGB Percentages of Color #add14b

%37.86
%45.73
%16.41

CMYK Percentages of Color #add14b

%17
%0
%64
%18

Triadic Colors of #add14b

#add14b #4badd1 #d14bad

Analogous Colors of #add14b

#add14b #6ad14b #d1b24b

Monochromatic Colors of #add14b

#add14b

Complementary Color

#add14b #6f4bd1

#add14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add14b Color CSS Codes

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

#add14b Text Font Color

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

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


#add14b Background Color

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

This div background color is #add14b


#add14b Border Color

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

This div border color is #add14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add14b


Comments

No comments written yet.

Please login to write comment.