Color Hex Logo

#adb047 Color Hex

#ADB047
(173,176,71)
0 Favorites   0 Comments

Color spaces of #adb047

RGB 17317671
HSL0.170.430.48
HSV62°60°69°
CMYK 0.020.000.60   0.31
XYZ33.896240.389811.9707
Yxy40.38980.39300.4683
Hunter Lab63.5530-16.014133.3193
CIE-Lab69.7463-15.021452.0271

#adb047 color RGB value is (173,176,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 01000111
Octal 255 260 107
Decimal 173 176 71
Hex AD B0 47

RGB Percentages of Color #adb047

%41.19
%41.90
%16.90

CMYK Percentages of Color #adb047

%2
%0
%60
%31

Triadic Colors of #adb047

#adb047 #47adb0 #b047ad

Analogous Colors of #adb047

#adb047 #79b047 #b07f47

Monochromatic Colors of #adb047

#adb047

Complementary Color

#adb047 #4a47b0

#adb047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb047 Color CSS Codes

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

#adb047 Text Font Color

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

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


#adb047 Background Color

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

This div background color is #adb047


#adb047 Border Color

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

This div border color is #adb047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,176,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 #adb047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb047


Comments

No comments written yet.

Please login to write comment.