Color Hex Logo

#ada288 Color Hex

#ADA288
(173,162,136)
0 Favorites   0 Comments

Color spaces of #ada288

RGB 173162136
HSL0.120.180.61
HSV42°21°68°
CMYK 0.000.060.21   0.32
XYZ34.597836.502528.5147
Yxy36.50250.34730.3664
Hunter Lab60.4173-3.512714.3095
CIE-Lab66.9021-0.332414.9770

#ada288 color RGB value is (173,162,136).

#ada288 hex color red value is 173, green value is 162 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ada288 hue: 0.12 , saturation: 0.18 and the lightness value of ada288 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10001000
Octal 255 242 210
Decimal 173 162 136
Hex AD A2 88

RGB Percentages of Color #ada288

%36.73
%34.39
%28.87

CMYK Percentages of Color #ada288

%0
%6
%21
%32

Triadic Colors of #ada288

#ada288 #88ada2 #a288ad

Analogous Colors of #ada288

#ada288 #a6ad88 #ad9088

Monochromatic Colors of #ada288

#ada288

Complementary Color

#ada288 #8893ad

#ada288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada288 Color CSS Codes

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

#ada288 Text Font Color

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

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


#ada288 Background Color

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

This div background color is #ada288


#ada288 Border Color

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

This div border color is #ada288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada288


Comments

No comments written yet.

Please login to write comment.