color codes Logo

#adb01e color codes

#ADB01E
(173,176,30)
0 Favorites   0 Comments

Color spaces of #adb01e

RGB 17317630
HSL0.170.710.40
HSV61°83°69°
CMYK 0.020.000.83   0.31
XYZ32.993340.02867.2157
Yxy40.02860.41120.4989
Hunter Lab63.2682-17.634537.5257
CIE-Lab69.4899-17.093166.4614

#adb01e color RGB value is (173,176,30).

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

The process color (four color CMYK) of #adb01e color code is 0.02, 0.00, 0.83, 0.31. Web safe color of #adb01e is #999933. Color #adb01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 00011110
Octal 255 260 36
Decimal 173 176 30
Hex AD B0 1E

RGB Percentages of Color #adb01e

%45.65
%46.44
%7.92

CMYK Percentages of Color #adb01e

%2
%0
%83
%31

Triadic Colors of #adb01e

#adb01e #1eadb0 #b01ead

Analogous Colors of #adb01e

#adb01e #64b01e #b06a1e

Monochromatic Colors of #adb01e

#adb01e

Complementary Color

#adb01e #211eb0

#adb01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb01e Color CSS Codes

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

#adb01e Text Font Color

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

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


#adb01e Background Color

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

This div background color is #adb01e


#adb01e Border Color

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

This div border color is #adb01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb01e


Comments

No comments written yet.

Please login to write comment.