Color Hex Logo

#adbf2e Color Hex

#ADBF2E
(173,191,46)
0 Favorites   0 Comments

Color spaces of #adbf2e

RGB 17319146
HSL0.190.610.46
HSV67°76°75°
CMYK 0.090.000.76   0.25
XYZ36.357546.34319.6136
Yxy46.34310.39380.5020
Hunter Lab68.0758-23.800439.2802
CIE-Lab73.7676-23.972365.7139

#adbf2e color RGB value is (173,191,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00101110
Octal 255 277 56
Decimal 173 191 46
Hex AD BF 2E

RGB Percentages of Color #adbf2e

%42.20
%46.59
%11.22

CMYK Percentages of Color #adbf2e

%9
%0
%76
%25

Triadic Colors of #adbf2e

#adbf2e #2eadbf #bf2ead

Analogous Colors of #adbf2e

#adbf2e #65bf2e #bf892e

Monochromatic Colors of #adbf2e

#adbf2e

Complementary Color

#adbf2e #402ebf

#adbf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf2e Color CSS Codes

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

#adbf2e Text Font Color

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

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


#adbf2e Background Color

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

This div background color is #adbf2e


#adbf2e Border Color

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

This div border color is #adbf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf2e


Comments

No comments written yet.

Please login to write comment.