Color Hex Logo

#adbf1e Color Hex

#ADBF1E
(173,191,30)
0 Favorites   0 Comments

Color spaces of #adbf1e

RGB 17319130
HSL0.190.730.43
HSV67°84°75°
CMYK 0.090.000.84   0.25
XYZ36.098746.23968.2508
Yxy46.23960.39850.5104
Hunter Lab67.9997-24.240040.4058
CIE-Lab73.7007-24.547370.0230

#adbf1e color RGB value is (173,191,30).

#adbf1e hex color red value is 173, green value is 191 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #adbf1e hue: 0.19 , saturation: 0.73 and the lightness value of adbf1e is 0.43.

The process color (four color CMYK) of #adbf1e color hex is 0.09, 0.00, 0.84, 0.25. Web safe color of #adbf1e is #99cc33. Color #adbf1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00011110
Octal 255 277 36
Decimal 173 191 30
Hex AD BF 1E

RGB Percentages of Color #adbf1e

%43.91
%48.48
%7.61

CMYK Percentages of Color #adbf1e

%9
%0
%84
%25

Triadic Colors of #adbf1e

#adbf1e #1eadbf #bf1ead

Analogous Colors of #adbf1e

#adbf1e #5dbf1e #bf811e

Monochromatic Colors of #adbf1e

#adbf1e

Complementary Color

#adbf1e #301ebf

#adbf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf1e Color CSS Codes

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

#adbf1e Text Font Color

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

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


#adbf1e Background Color

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

This div background color is #adbf1e


#adbf1e Border Color

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

This div border color is #adbf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf1e

#adbf1e Color Palettes


Comments

No comments written yet.

Please login to write comment.