Color Hex Logo

#addb0a Color Hex

#ADDB0A
(173,219,10)
0 Favorites   0 Comments

Color spaces of #addb0a

RGB 17321910
HSL0.200.910.45
HSV73°95°86°
CMYK 0.210.000.95   0.14
XYZ42.619959.56929.5389
Yxy59.56920.38150.5332
Hunter Lab77.1811-36.498046.6990
CIE-Lab81.6035-38.002179.4553

#addb0a color RGB value is (173,219,10).

#addb0a hex color red value is 173, green value is 219 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #addb0a hue: 0.20 , saturation: 0.91 and the lightness value of addb0a is 0.45.

The process color (four color CMYK) of #addb0a color hex is 0.21, 0.00, 0.95, 0.14. Web safe color of #addb0a is #99cc00. Color #addb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 00001010
Octal 255 333 12
Decimal 173 219 10
Hex AD DB A

RGB Percentages of Color #addb0a

%43.03
%54.48
%2.49

CMYK Percentages of Color #addb0a

%21
%0
%95
%14

Triadic Colors of #addb0a

#addb0a #0aaddb #db0aad

Analogous Colors of #addb0a

#addb0a #44db0a #dba10a

Monochromatic Colors of #addb0a

#addb0a

Complementary Color

#addb0a #380adb

#addb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb0a Color CSS Codes

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

#addb0a Text Font Color

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

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


#addb0a Background Color

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

This div background color is #addb0a


#addb0a Border Color

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

This div border color is #addb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb0a


Comments

No comments written yet.

Please login to write comment.