Color Hex Logo

#ada364 Color Hex

#ADA364
(173,163,100)
0 Favorites   0 Comments

Color spaces of #ada364

RGB 173163100
HSL0.140.310.54
HSV52°42°68°
CMYK 0.000.060.42   0.32
XYZ32.631035.998717.2852
Yxy35.99870.37980.4190
Hunter Lab59.9989-7.919124.9183
CIE-Lab66.5189-5.578233.9808

#ada364 color RGB value is (173,163,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01100100
Octal 255 243 144
Decimal 173 163 100
Hex AD A3 64

RGB Percentages of Color #ada364

%39.68
%37.39
%22.94

CMYK Percentages of Color #ada364

%0
%6
%42
%32

Triadic Colors of #ada364

#ada364 #64ada3 #a364ad

Analogous Colors of #ada364

#ada364 #93ad64 #ad7f64

Monochromatic Colors of #ada364

#ada364

Complementary Color

#ada364 #646ead

#ada364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada364 Color CSS Codes

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

#ada364 Text Font Color

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

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


#ada364 Background Color

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

This div background color is #ada364


#ada364 Border Color

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

This div border color is #ada364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada364


Comments

No comments written yet.

Please login to write comment.