Color Hex Logo

#add30b Color Hex

#ADD30B
(173,211,11)
0 Favorites   0 Comments

Color spaces of #add30b

RGB 17321111
HSL0.200.900.44
HSV71°95°83°
CMYK 0.180.000.95   0.17
XYZ40.588355.49698.8894
Yxy55.49690.38660.5287
Hunter Lab74.4962-33.115045.0725
CIE-Lab79.3266-34.368277.5933

#add30b color RGB value is (173,211,11).

#add30b hex color red value is 173, green value is 211 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #add30b hue: 0.20 , saturation: 0.90 and the lightness value of add30b is 0.44.

The process color (four color CMYK) of #add30b color hex is 0.18, 0.00, 0.95, 0.17. Web safe color of #add30b is #99cc00. Color #add30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 00001011
Octal 255 323 13
Decimal 173 211 11
Hex AD D3 B

RGB Percentages of Color #add30b

%43.80
%53.42
%2.78

CMYK Percentages of Color #add30b

%18
%0
%95
%17

Triadic Colors of #add30b

#add30b #0badd3 #d30bad

Analogous Colors of #add30b

#add30b #49d30b #d3950b

Monochromatic Colors of #add30b

#add30b

Complementary Color

#add30b #310bd3

#add30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add30b Color CSS Codes

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

#add30b Text Font Color

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

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


#add30b Background Color

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

This div background color is #add30b


#add30b Border Color

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

This div border color is #add30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add30b


Comments

No comments written yet.

Please login to write comment.