Color Hex Logo

#adb749 Color Hex

#ADB749
(173,183,73)
0 Favorites   0 Comments

Color spaces of #adb749

RGB 17318373
HSL0.180.430.50
HSV65°60°72°
CMYK 0.050.000.60   0.28
XYZ35.369743.232212.7838
Yxy43.23220.38700.4731
Hunter Lab65.7512-19.043734.4983
CIE-Lab71.7123-18.430553.2949

#adb749 color RGB value is (173,183,73).

#adb749 hex color red value is 173, green value is 183 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #adb749 hue: 0.18 , saturation: 0.43 and the lightness value of adb749 is 0.50.

The process color (four color CMYK) of #adb749 color hex is 0.05, 0.00, 0.60, 0.28. Web safe color of #adb749 is #99cc33. Color #adb749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 01001001
Octal 255 267 111
Decimal 173 183 73
Hex AD B7 49

RGB Percentages of Color #adb749

%40.33
%42.66
%17.02

CMYK Percentages of Color #adb749

%5
%0
%60
%28

Triadic Colors of #adb749

#adb749 #49adb7 #b749ad

Analogous Colors of #adb749

#adb749 #76b749 #b78a49

Monochromatic Colors of #adb749

#adb749

Complementary Color

#adb749 #5349b7

#adb749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb749 Color CSS Codes

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

#adb749 Text Font Color

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

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


#adb749 Background Color

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

This div background color is #adb749


#adb749 Border Color

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

This div border color is #adb749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb749


Comments

No comments written yet.

Please login to write comment.