Color Hex Logo

#ada090 Color Hex

#ADA090
(173,160,144)
0 Favorites   0 Comments

Color spaces of #ada090

RGB 173160144
HSL0.090.150.62
HSV33°17°68°
CMYK 0.000.080.17   0.32
XYZ34.838436.039531.5057
Yxy36.03950.34030.3520
Hunter Lab60.0329-1.470210.9072
CIE-Lab66.55012.010510.0440

#ada090 color RGB value is (173,160,144).

#ada090 hex color red value is 173, green value is 160 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ada090 hue: 0.09 , saturation: 0.15 and the lightness value of ada090 is 0.62.

The process color (four color CMYK) of #ada090 color hex is 0.00, 0.08, 0.17, 0.32. Web safe color of #ada090 is #999999. Color #ada090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10010000
Octal 255 240 220
Decimal 173 160 144
Hex AD A0 90

RGB Percentages of Color #ada090

%36.27
%33.54
%30.19

CMYK Percentages of Color #ada090

%0
%8
%17
%32

Triadic Colors of #ada090

#ada090 #90ada0 #a090ad

Analogous Colors of #ada090

#ada090 #acad90 #ad9290

Monochromatic Colors of #ada090

#ada090

Complementary Color

#ada090 #909dad

#ada090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada090 Color CSS Codes

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

#ada090 Text Font Color

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

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


#ada090 Background Color

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

This div background color is #ada090


#ada090 Border Color

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

This div border color is #ada090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada090


Comments

No comments written yet.

Please login to write comment.