color codes Logo

#ada444 color codes

#ADA444
(173,164,68)
0 Favorites   0 Comments

Color spaces of #ada444

RGB 17316468
HSL0.150.440.47
HSV55°61°68°
CMYK 0.000.050.61   0.32
XYZ31.552435.852510.7261
Yxy35.85250.40380.4589
Hunter Lab59.8770-10.723431.2929
CIE-Lab66.4071-8.996849.7126

#ada444 color RGB value is (173,164,68).

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

The process color (four color CMYK) of #ada444 color code is 0.00, 0.05, 0.61, 0.32. Web safe color of #ada444 is #999933. Color #ada444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01000100
Octal 255 244 104
Decimal 173 164 68
Hex AD A4 44

RGB Percentages of Color #ada444

%42.72
%40.49
%16.79

CMYK Percentages of Color #ada444

%0
%5
%61
%32

Triadic Colors of #ada444

#ada444 #44ada4 #a444ad

Analogous Colors of #ada444

#ada444 #82ad44 #ad7044

Monochromatic Colors of #ada444

#ada444

Complementary Color

#ada444 #444dad

#ada444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada444 Color CSS Codes

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

#ada444 Text Font Color

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

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


#ada444 Background Color

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

This div background color is #ada444


#ada444 Border Color

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

This div border color is #ada444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada444


Comments

No comments written yet.

Please login to write comment.