Color Hex Logo

#adb147 Color Hex

#ADB147
(173,177,71)
0 Favorites   0 Comments

Color spaces of #adb147

RGB 17317771
HSL0.170.430.49
HSV62°60°69°
CMYK 0.020.000.60   0.31
XYZ34.093140.783512.0363
Yxy40.78350.39230.4692
Hunter Lab63.8620-16.465133.5288
CIE-Lab70.0240-15.533252.3312

#adb147 color RGB value is (173,177,71).

#adb147 hex color red value is 173, green value is 177 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #adb147 hue: 0.17 , saturation: 0.43 and the lightness value of adb147 is 0.49.

The process color (four color CMYK) of #adb147 color hex is 0.02, 0.00, 0.60, 0.31. Web safe color of #adb147 is #999933. Color #adb147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 01000111
Octal 255 261 107
Decimal 173 177 71
Hex AD B1 47

RGB Percentages of Color #adb147

%41.09
%42.04
%16.86

CMYK Percentages of Color #adb147

%2
%0
%60
%31

Triadic Colors of #adb147

#adb147 #47adb1 #b147ad

Analogous Colors of #adb147

#adb147 #78b147 #b18047

Monochromatic Colors of #adb147

#adb147

Complementary Color

#adb147 #4b47b1

#adb147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb147 Color CSS Codes

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

#adb147 Text Font Color

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

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


#adb147 Background Color

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

This div background color is #adb147


#adb147 Border Color

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

This div border color is #adb147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb147


Comments

No comments written yet.

Please login to write comment.