Color Hex Logo

#adb719 Color Hex

#ADB719
(173,183,25)
0 Favorites   0 Comments

Color spaces of #adb719

RGB 17318325
HSL0.180.760.41
HSV64°86°72°
CMYK 0.050.000.86   0.28
XYZ34.342542.82147.3750
Yxy42.82140.40620.5065
Hunter Lab65.4381-20.838239.1245
CIE-Lab71.4336-20.745069.2213

#adb719 color RGB value is (173,183,25).

#adb719 hex color red value is 173, green value is 183 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #adb719 hue: 0.18 , saturation: 0.76 and the lightness value of adb719 is 0.41.

The process color (four color CMYK) of #adb719 color hex is 0.05, 0.00, 0.86, 0.28. Web safe color of #adb719 is #99cc00. Color #adb719 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 00011001
Octal 255 267 31
Decimal 173 183 25
Hex AD B7 19

RGB Percentages of Color #adb719

%45.41
%48.03
%6.56

CMYK Percentages of Color #adb719

%5
%0
%86
%28

Triadic Colors of #adb719

#adb719 #19adb7 #b719ad

Analogous Colors of #adb719

#adb719 #5eb719 #b77219

Monochromatic Colors of #adb719

#adb719

Complementary Color

#adb719 #2319b7

#adb719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb719 Color CSS Codes

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

#adb719 Text Font Color

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

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


#adb719 Background Color

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

This div background color is #adb719


#adb719 Border Color

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

This div border color is #adb719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb719


Comments

No comments written yet.

Please login to write comment.