Color Hex Logo

#adb746 Color Hex

#ADB746
(173,183,70)
0 Favorites   0 Comments

Color spaces of #adb746

RGB 17318370
HSL0.180.450.50
HSV65°62°72°
CMYK 0.050.000.62   0.28
XYZ35.272643.193412.2725
Yxy43.19340.38870.4760
Hunter Lab65.7217-19.212634.9337
CIE-Lab71.6860-18.646754.5731

#adb746 color RGB value is (173,183,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 01000110
Octal 255 267 106
Decimal 173 183 70
Hex AD B7 46

RGB Percentages of Color #adb746

%40.61
%42.96
%16.43

CMYK Percentages of Color #adb746

%5
%0
%62
%28

Triadic Colors of #adb746

#adb746 #46adb7 #b746ad

Analogous Colors of #adb746

#adb746 #75b746 #b78946

Monochromatic Colors of #adb746

#adb746

Complementary Color

#adb746 #5046b7

#adb746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb746 Color CSS Codes

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

#adb746 Text Font Color

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

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


#adb746 Background Color

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

This div background color is #adb746


#adb746 Border Color

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

This div border color is #adb746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb746


Comments

No comments written yet.

Please login to write comment.