Color Hex Logo

#ada378 Color Hex

#ADA378
(173,163,120)
0 Favorites   0 Comments

Color spaces of #ada378

RGB 173163120
HSL0.140.240.57
HSV49°31°68°
CMYK 0.000.060.31   0.32
XYZ33.720936.434723.0246
Yxy36.43470.36190.3910
Hunter Lab60.3612-5.912619.6368
CIE-Lab66.8507-3.153023.6925

#ada378 color RGB value is (173,163,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01111000
Octal 255 243 170
Decimal 173 163 120
Hex AD A3 78

RGB Percentages of Color #ada378

%37.94
%35.75
%26.32

CMYK Percentages of Color #ada378

%0
%6
%31
%32

Triadic Colors of #ada378

#ada378 #78ada3 #a378ad

Analogous Colors of #ada378

#ada378 #9dad78 #ad8978

Monochromatic Colors of #ada378

#ada378

Complementary Color

#ada378 #7882ad

#ada378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada378 Color CSS Codes

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

#ada378 Text Font Color

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

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


#ada378 Background Color

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

This div background color is #ada378


#ada378 Border Color

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

This div border color is #ada378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada378


Comments

No comments written yet.

Please login to write comment.