color codes Logo

#adb80e color codes

#ADB80E
(173,184,14)
0 Favorites   0 Comments

Color spaces of #adb80e

RGB 17318414
HSL0.180.860.39
HSV64°92°72°
CMYK 0.060.000.92   0.28
XYZ34.453343.19696.9374
Yxy43.19690.40730.5107
Hunter Lab65.7243-21.446339.7488
CIE-Lab71.6884-21.460871.3061

#adb80e color RGB value is (173,184,14).

#adb80e hex color red value is 173, green value is 184 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adb80e hue: 0.18 , saturation: 0.86 and the lightness value of adb80e is 0.39.

The process color (four color CMYK) of #adb80e color code is 0.06, 0.00, 0.92, 0.28. Web safe color of #adb80e is #99cc00. Color #adb80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 00001110
Octal 255 270 16
Decimal 173 184 14
Hex AD B8 E

RGB Percentages of Color #adb80e

%46.63
%49.60
%3.77

CMYK Percentages of Color #adb80e

%6
%0
%92
%28

Triadic Colors of #adb80e

#adb80e #0eadb8 #b80ead

Analogous Colors of #adb80e

#adb80e #58b80e #b86e0e

Monochromatic Colors of #adb80e

#adb80e

Complementary Color

#adb80e #190eb8

#adb80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb80e Color CSS Codes

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

#adb80e Text Font Color

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

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


#adb80e Background Color

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

This div background color is #adb80e


#adb80e Border Color

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

This div border color is #adb80e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,184,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 #adb80e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb80e


Comments

No comments written yet.

Please login to write comment.