Color Hex Logo

#adb30e Color Hex

#ADB30E
(173,179,14)
0 Favorites   0 Comments

Color spaces of #adb30e

RGB 17317914
HSL0.170.850.38
HSV62°92°70°
CMYK 0.030.000.92   0.30
XYZ33.432941.15616.5973
Yxy41.15610.41180.5069
Hunter Lab64.1530-19.243838.8099
CIE-Lab70.2852-18.967170.2140

#adb30e color RGB value is (173,179,14).

#adb30e hex color red value is 173, green value is 179 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adb30e hue: 0.17 , saturation: 0.85 and the lightness value of adb30e is 0.38.

The process color (four color CMYK) of #adb30e color hex is 0.03, 0.00, 0.92, 0.30. Web safe color of #adb30e is #99cc00. Color #adb30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 00001110
Octal 255 263 16
Decimal 173 179 14
Hex AD B3 E

RGB Percentages of Color #adb30e

%47.27
%48.91
%3.83

CMYK Percentages of Color #adb30e

%3
%0
%92
%30

Triadic Colors of #adb30e

#adb30e #0eadb3 #b30ead

Analogous Colors of #adb30e

#adb30e #5bb30e #b3670e

Monochromatic Colors of #adb30e

#adb30e

Complementary Color

#adb30e #140eb3

#adb30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb30e Color CSS Codes

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

#adb30e Text Font Color

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

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


#adb30e Background Color

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

This div background color is #adb30e


#adb30e Border Color

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

This div border color is #adb30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb30e


Comments

No comments written yet.

Please login to write comment.