Color Hex Logo

#ada290 Color Hex

#ADA290
(173,162,144)
0 Favorites   0 Comments

Color spaces of #ada290

RGB 173162144
HSL0.100.150.62
HSV37°17°68°
CMYK 0.000.060.17   0.32
XYZ35.188036.738531.6222
Yxy36.73850.33980.3548
Hunter Lab60.6123-2.444711.4963
CIE-Lab67.08040.917710.7955

#ada290 color RGB value is (173,162,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10010000
Octal 255 242 220
Decimal 173 162 144
Hex AD A2 90

RGB Percentages of Color #ada290

%36.12
%33.82
%30.06

CMYK Percentages of Color #ada290

%0
%6
%17
%32

Triadic Colors of #ada290

#ada290 #90ada2 #a290ad

Analogous Colors of #ada290

#ada290 #aaad90 #ad9490

Monochromatic Colors of #ada290

#ada290

Complementary Color

#ada290 #909bad

#ada290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada290 Color CSS Codes

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

#ada290 Text Font Color

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

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


#ada290 Background Color

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

This div background color is #ada290


#ada290 Border Color

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

This div border color is #ada290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada290


Comments

No comments written yet.

Please login to write comment.