Color Hex Logo

#adb454 Color Hex

#ADB454
(173,180,84)
0 Favorites   0 Comments

Color spaces of #adb454

RGB 17318084
HSL0.180.390.52
HSV64°53°71°
CMYK 0.040.000.53   0.29
XYZ35.155142.166814.6737
Yxy42.16680.38210.4584
Hunter Lab64.9360-17.001432.0573
CIE-Lab70.9858-16.027847.4363

#adb454 color RGB value is (173,180,84).

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

The process color (four color CMYK) of #adb454 color hex is 0.04, 0.00, 0.53, 0.29. Web safe color of #adb454 is #99cc66. Color #adb454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 01010100
Octal 255 264 124
Decimal 173 180 84
Hex AD B4 54

RGB Percentages of Color #adb454

%39.59
%41.19
%19.22

CMYK Percentages of Color #adb454

%4
%0
%53
%29

Triadic Colors of #adb454

#adb454 #54adb4 #b454ad

Analogous Colors of #adb454

#adb454 #7db454 #b48b54

Monochromatic Colors of #adb454

#adb454

Complementary Color

#adb454 #5b54b4

#adb454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb454 Color CSS Codes

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

#adb454 Text Font Color

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

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


#adb454 Background Color

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

This div background color is #adb454


#adb454 Border Color

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

This div border color is #adb454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb454


Comments

No comments written yet.

Please login to write comment.