Color Hex Logo

#ada478 Color Hex

#ADA478
(173,164,120)
0 Favorites   0 Comments

Color spaces of #ada478

RGB 173164120
HSL0.140.240.57
HSV50°31°68°
CMYK 0.000.050.31   0.32
XYZ33.899236.791223.0840
Yxy36.79120.36150.3923
Hunter Lab60.6557-6.387719.8948
CIE-Lab67.1201-3.691224.0545

#ada478 color RGB value is (173,164,120).

#ada478 hex color red value is 173, green value is 164 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ada478 hue: 0.14 , saturation: 0.24 and the lightness value of ada478 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01111000
Octal 255 244 170
Decimal 173 164 120
Hex AD A4 78

RGB Percentages of Color #ada478

%37.86
%35.89
%26.26

CMYK Percentages of Color #ada478

%0
%5
%31
%32

Triadic Colors of #ada478

#ada478 #78ada4 #a478ad

Analogous Colors of #ada478

#ada478 #9cad78 #ad8a78

Monochromatic Colors of #ada478

#ada478

Complementary Color

#ada478 #7881ad

#ada478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada478 Color CSS Codes

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

#ada478 Text Font Color

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

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


#ada478 Background Color

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

This div background color is #ada478


#ada478 Border Color

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

This div border color is #ada478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada478


Comments

No comments written yet.

Please login to write comment.