Color Hex Logo

#adbf3e Color Hex

#ADBF3E
(173,191,62)
0 Favorites   0 Comments

Color spaces of #adbf3e

RGB 17319162
HSL0.190.510.50
HSV68°68°75°
CMYK 0.090.000.68   0.25
XYZ36.733946.493611.5955
Yxy46.49360.38740.4903
Hunter Lab68.1862-23.162737.6477
CIE-Lab73.8647-23.142560.1395

#adbf3e color RGB value is (173,191,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00111110
Octal 255 277 76
Decimal 173 191 62
Hex AD BF 3E

RGB Percentages of Color #adbf3e

%40.61
%44.84
%14.55

CMYK Percentages of Color #adbf3e

%9
%0
%68
%25

Triadic Colors of #adbf3e

#adbf3e #3eadbf #bf3ead

Analogous Colors of #adbf3e

#adbf3e #6dbf3e #bf913e

Monochromatic Colors of #adbf3e

#adbf3e

Complementary Color

#adbf3e #503ebf

#adbf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf3e Color CSS Codes

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

#adbf3e Text Font Color

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

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


#adbf3e Background Color

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

This div background color is #adbf3e


#adbf3e Border Color

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

This div border color is #adbf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf3e


Comments

No comments written yet.

Please login to write comment.