Color Hex Logo

#adb01d Color Hex

#ADB01D
(173,176,29)
0 Favorites   0 Comments

Color spaces of #adb01d

RGB 17317629
HSL0.170.720.40
HSV61°84°69°
CMYK 0.020.000.84   0.31
XYZ32.980740.02367.1495
Yxy40.02360.41150.4993
Hunter Lab63.2642-17.657337.5846
CIE-Lab69.4863-17.122566.7036

#adb01d color RGB value is (173,176,29).

#adb01d hex color red value is 173, green value is 176 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adb01d hue: 0.17 , saturation: 0.72 and the lightness value of adb01d is 0.40.

The process color (four color CMYK) of #adb01d color hex is 0.02, 0.00, 0.84, 0.31. Web safe color of #adb01d is #999933. Color #adb01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 00011101
Octal 255 260 35
Decimal 173 176 29
Hex AD B0 1D

RGB Percentages of Color #adb01d

%45.77
%46.56
%7.67

CMYK Percentages of Color #adb01d

%2
%0
%84
%31

Triadic Colors of #adb01d

#adb01d #1dadb0 #b01dad

Analogous Colors of #adb01d

#adb01d #63b01d #b06a1d

Monochromatic Colors of #adb01d

#adb01d

Complementary Color

#adb01d #201db0

#adb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb01d Color CSS Codes

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

#adb01d Text Font Color

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

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


#adb01d Background Color

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

This div background color is #adb01d


#adb01d Border Color

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

This div border color is #adb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb01d


Comments

No comments written yet.

Please login to write comment.