Color Hex Logo

#adbf2d Color Hex

#ADBF2D
(173,191,45)
0 Favorites   0 Comments

Color spaces of #adbf2d

RGB 17319145
HSL0.190.620.46
HSV67°76°75°
CMYK 0.090.000.76   0.25
XYZ36.338046.33539.5110
Yxy46.33530.39420.5026
Hunter Lab68.0700-23.833539.3648
CIE-Lab73.7626-24.015566.0232

#adbf2d color RGB value is (173,191,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 00101101
Octal 255 277 55
Decimal 173 191 45
Hex AD BF 2D

RGB Percentages of Color #adbf2d

%42.30
%46.70
%11.00

CMYK Percentages of Color #adbf2d

%9
%0
%76
%25

Triadic Colors of #adbf2d

#adbf2d #2dadbf #bf2dad

Analogous Colors of #adbf2d

#adbf2d #64bf2d #bf882d

Monochromatic Colors of #adbf2d

#adbf2d

Complementary Color

#adbf2d #3f2dbf

#adbf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbf2d Color CSS Codes

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

#adbf2d Text Font Color

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

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


#adbf2d Background Color

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

This div background color is #adbf2d


#adbf2d Border Color

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

This div border color is #adbf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbf2d


Comments

No comments written yet.

Please login to write comment.