Color Hex Logo

#ada07a Color Hex

#ADA07A
(173,160,122)
0 Favorites   0 Comments

Color spaces of #ada07a

RGB 173160122
HSL0.120.240.58
HSV45°29°68°
CMYK 0.000.080.29   0.32
XYZ33.317235.431023.4952
Yxy35.43100.36120.3841
Hunter Lab59.5239-4.255518.2639
CIE-Lab66.0829-1.261421.5622

#ada07a color RGB value is (173,160,122).

#ada07a hex color red value is 173, green value is 160 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ada07a hue: 0.12 , saturation: 0.24 and the lightness value of ada07a is 0.58.

The process color (four color CMYK) of #ada07a color hex is 0.00, 0.08, 0.29, 0.32. Web safe color of #ada07a is #999966. Color #ada07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01111010
Octal 255 240 172
Decimal 173 160 122
Hex AD A0 7A

RGB Percentages of Color #ada07a

%38.02
%35.16
%26.81

CMYK Percentages of Color #ada07a

%0
%8
%29
%32

Triadic Colors of #ada07a

#ada07a #7aada0 #a07aad

Analogous Colors of #ada07a

#ada07a #a1ad7a #ad877a

Monochromatic Colors of #ada07a

#ada07a

Complementary Color

#ada07a #7a87ad

#ada07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada07a Color CSS Codes

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

#ada07a Text Font Color

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

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


#ada07a Background Color

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

This div background color is #ada07a


#ada07a Border Color

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

This div border color is #ada07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada07a


Comments

No comments written yet.

Please login to write comment.