Color Hex Logo

#ada844 Color Hex

#ADA844
(173,168,68)
0 Favorites   0 Comments

Color spaces of #ada844

RGB 17316868
HSL0.160.440.47
HSV57°61°68°
CMYK 0.000.030.61   0.32
XYZ32.279637.306910.9685
Yxy37.30690.40070.4631
Hunter Lab61.0794-12.554132.1084
CIE-Lab67.5066-11.096850.9178

#ada844 color RGB value is (173,168,68).

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

The process color (four color CMYK) of #ada844 color hex is 0.00, 0.03, 0.61, 0.32. Web safe color of #ada844 is #999933. Color #ada844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01000100
Octal 255 250 104
Decimal 173 168 68
Hex AD A8 44

RGB Percentages of Color #ada844

%42.30
%41.08
%16.63

CMYK Percentages of Color #ada844

%0
%3
%61
%32

Triadic Colors of #ada844

#ada844 #44ada8 #a844ad

Analogous Colors of #ada844

#ada844 #7ead44 #ad7444

Monochromatic Colors of #ada844

#ada844

Complementary Color

#ada844 #4449ad

#ada844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada844 Color CSS Codes

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

#ada844 Text Font Color

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

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


#ada844 Background Color

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

This div background color is #ada844


#ada844 Border Color

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

This div border color is #ada844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada844


Comments

No comments written yet.

Please login to write comment.