Color Hex Logo

#ada454 Color Hex

#ADA454
(173,164,84)
0 Favorites   0 Comments

Color spaces of #ada454

RGB 17316484
HSL0.150.350.50
HSV54°51°68°
CMYK 0.000.050.51   0.32
XYZ32.109336.075213.6584
Yxy36.07520.39230.4408
Hunter Lab60.0626-9.684128.5611
CIE-Lab66.5773-7.705842.2572

#ada454 color RGB value is (173,164,84).

#ada454 hex color red value is 173, green value is 164 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ada454 hue: 0.15 , saturation: 0.35 and the lightness value of ada454 is 0.50.

The process color (four color CMYK) of #ada454 color hex is 0.00, 0.05, 0.51, 0.32. Web safe color of #ada454 is #999966. Color #ada454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01010100
Octal 255 244 124
Decimal 173 164 84
Hex AD A4 54

RGB Percentages of Color #ada454

%41.09
%38.95
%19.95

CMYK Percentages of Color #ada454

%0
%5
%51
%32

Triadic Colors of #ada454

#ada454 #54ada4 #a454ad

Analogous Colors of #ada454

#ada454 #8aad54 #ad7854

Monochromatic Colors of #ada454

#ada454

Complementary Color

#ada454 #545dad

#ada454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada454 Color CSS Codes

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

#ada454 Text Font Color

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

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


#ada454 Background Color

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

This div background color is #ada454


#ada454 Border Color

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

This div border color is #ada454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada454


Comments

No comments written yet.

Please login to write comment.