Color Hex Logo

#ada954 Color Hex

#ADA954
(173,169,84)
0 Favorites   0 Comments

Color spaces of #ada954

RGB 17316984
HSL0.160.350.50
HSV57°51°68°
CMYK 0.000.020.51   0.32
XYZ33.021837.900313.9626
Yxy37.90030.38900.4465
Hunter Lab61.5632-11.990329.6472
CIE-Lab67.9471-10.341843.8810

#ada954 color RGB value is (173,169,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01010100
Octal 255 251 124
Decimal 173 169 84
Hex AD A9 54

RGB Percentages of Color #ada954

%40.61
%39.67
%19.72

CMYK Percentages of Color #ada954

%0
%2
%51
%32

Triadic Colors of #ada954

#ada954 #54ada9 #a954ad

Analogous Colors of #ada954

#ada954 #85ad54 #ad7d54

Monochromatic Colors of #ada954

#ada954

Complementary Color

#ada954 #5458ad

#ada954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada954 Color CSS Codes

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

#ada954 Text Font Color

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

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


#ada954 Background Color

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

This div background color is #ada954


#ada954 Border Color

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

This div border color is #ada954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada954


Comments

No comments written yet.

Please login to write comment.