Color Hex Logo

#adb447 Color Hex

#ADB447
(173,180,71)
0 Favorites   0 Comments

Color spaces of #adb447

RGB 17318071
HSL0.180.430.49
HSV64°61°71°
CMYK 0.040.000.61   0.29
XYZ34.692241.981712.2360
Yxy41.98170.39020.4722
Hunter Lab64.7933-17.814234.1586
CIE-Lab70.8583-17.060653.2418

#adb447 color RGB value is (173,180,71).

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

The process color (four color CMYK) of #adb447 color hex is 0.04, 0.00, 0.61, 0.29. Web safe color of #adb447 is #99cc33. Color #adb447 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 01000111
Octal 255 264 107
Decimal 173 180 71
Hex AD B4 47

RGB Percentages of Color #adb447

%40.80
%42.45
%16.75

CMYK Percentages of Color #adb447

%4
%0
%61
%29

Triadic Colors of #adb447

#adb447 #47adb4 #b447ad

Analogous Colors of #adb447

#adb447 #77b447 #b48547

Monochromatic Colors of #adb447

#adb447

Complementary Color

#adb447 #4e47b4

#adb447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb447 Color CSS Codes

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

#adb447 Text Font Color

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

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


#adb447 Background Color

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

This div background color is #adb447


#adb447 Border Color

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

This div border color is #adb447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb447


Comments

No comments written yet.

Please login to write comment.