Color Hex Logo

#ada191 Color Hex

#ADA191
(173,161,145)
0 Favorites   0 Comments

Color spaces of #ada191

RGB 173161145
HSL0.100.150.62
HSV34°16°68°
CMYK 0.000.070.16   0.32
XYZ35.089336.418331.9681
Yxy36.41830.33910.3520
Hunter Lab60.3476-1.818810.8354
CIE-Lab66.83831.62529.8969

#ada191 color RGB value is (173,161,145).

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

The process color (four color CMYK) of #ada191 color hex is 0.00, 0.07, 0.16, 0.32. Web safe color of #ada191 is #999999. Color #ada191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10010001
Octal 255 241 221
Decimal 173 161 145
Hex AD A1 91

RGB Percentages of Color #ada191

%36.12
%33.61
%30.27

CMYK Percentages of Color #ada191

%0
%7
%16
%32

Triadic Colors of #ada191

#ada191 #91ada1 #a191ad

Analogous Colors of #ada191

#ada191 #abad91 #ad9391

Monochromatic Colors of #ada191

#ada191

Complementary Color

#ada191 #919dad

#ada191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada191 Color CSS Codes

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

#ada191 Text Font Color

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

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


#ada191 Background Color

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

This div background color is #ada191


#ada191 Border Color

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

This div border color is #ada191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada191


Comments

No comments written yet.

Please login to write comment.