Color Hex Logo

#adbf2f Color Hex

#ADBF2F
(173,191,47)
0 Favorites   0 Comments

Color spaces of #adbf2f

RGB 17319147
HSL0.190.610.47
HSV68°75°75°
CMYK 0.090.000.75   0.25
XYZ36.377546.35119.7187
Yxy46.35110.39350.5014
Hunter Lab68.0816-23.766439.1935
CIE-Lab73.7728-23.928165.3995

#adbf2f color RGB value is (173,191,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00101111
Octal 255 277 57
Decimal 173 191 47
Hex AD BF 2F

RGB Percentages of Color #adbf2f

%42.09
%46.47
%11.44

CMYK Percentages of Color #adbf2f

%9
%0
%75
%25

Triadic Colors of #adbf2f

#adbf2f #2fadbf #bf2fad

Analogous Colors of #adbf2f

#adbf2f #65bf2f #bf892f

Monochromatic Colors of #adbf2f

#adbf2f

Complementary Color

#adbf2f #412fbf

#adbf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf2f Color CSS Codes

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

#adbf2f Text Font Color

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

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


#adbf2f Background Color

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

This div background color is #adbf2f


#adbf2f Border Color

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

This div border color is #adbf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf2f


Comments

No comments written yet.

Please login to write comment.