Color Hex Logo

#adba1d Color Hex

#ADBA1D
(173,186,29)
0 Favorites   0 Comments

Color spaces of #adba1d

RGB 17318629
HSL0.180.730.42
HSV65°84°73°
CMYK 0.070.000.84   0.27
XYZ35.014344.09087.8273
Yxy44.09080.40280.5072
Hunter Lab66.4009-22.075639.4916
CIE-Lab72.2891-22.125669.0628

#adba1d color RGB value is (173,186,29).

#adba1d hex color red value is 173, green value is 186 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adba1d hue: 0.18 , saturation: 0.73 and the lightness value of adba1d is 0.42.

The process color (four color CMYK) of #adba1d color hex is 0.07, 0.00, 0.84, 0.27. Web safe color of #adba1d is #99cc33. Color #adba1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00011101
Octal 255 272 35
Decimal 173 186 29
Hex AD BA 1D

RGB Percentages of Color #adba1d

%44.59
%47.94
%7.47

CMYK Percentages of Color #adba1d

%7
%0
%84
%27

Triadic Colors of #adba1d

#adba1d #1dadba #ba1dad

Analogous Colors of #adba1d

#adba1d #5eba1d #ba791d

Monochromatic Colors of #adba1d

#adba1d

Complementary Color

#adba1d #2a1dba

#adba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba1d Color CSS Codes

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

#adba1d Text Font Color

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

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


#adba1d Background Color

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

This div background color is #adba1d


#adba1d Border Color

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

This div border color is #adba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba1d


Comments

No comments written yet.

Please login to write comment.