color codes Logo

#ada084 color codes

#ADA084
(173,160,132)
0 Favorites   0 Comments

Color spaces of #ada084

RGB 173160132
HSL0.110.200.60
HSV41°24°68°
CMYK 0.000.080.24   0.32
XYZ33.969235.691826.9286
Yxy35.69180.35170.3695
Hunter Lab59.7426-3.055815.0952
CIE-Lab66.28380.157516.3288

#ada084 color RGB value is (173,160,132).

#ada084 hex color red value is 173, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ada084 hue: 0.11 , saturation: 0.20 and the lightness value of ada084 is 0.60.

The process color (four color CMYK) of #ada084 color code is 0.00, 0.08, 0.24, 0.32. Web safe color of #ada084 is #999999. Color #ada084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10000100
Octal 255 240 204
Decimal 173 160 132
Hex AD A0 84

RGB Percentages of Color #ada084

%37.20
%34.41
%28.39

CMYK Percentages of Color #ada084

%0
%8
%24
%32

Triadic Colors of #ada084

#ada084 #84ada0 #a084ad

Analogous Colors of #ada084

#ada084 #a6ad84 #ad8c84

Monochromatic Colors of #ada084

#ada084

Complementary Color

#ada084 #8491ad

#ada084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada084 Color CSS Codes

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

#ada084 Text Font Color

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

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


#ada084 Background Color

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

This div background color is #ada084


#ada084 Border Color

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

This div border color is #ada084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada084


Comments

No comments written yet.

Please login to write comment.