Color Hex Logo

#ada28a Color Hex

#ADA28A
(173,162,138)
1 Favorites   0 Comments

Color spaces of #ada28a

RGB 173162138
HSL0.110.180.61
HSV41°20°68°
CMYK 0.000.060.20   0.32
XYZ34.741436.559929.2705
Yxy36.55990.34540.3635
Hunter Lab60.4648-3.252213.6236
CIE-Lab66.9455-0.026413.9312

#ada28a color RGB value is (173,162,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10001010
Octal 255 242 212
Decimal 173 162 138
Hex AD A2 8A

RGB Percentages of Color #ada28a

%36.58
%34.25
%29.18

CMYK Percentages of Color #ada28a

%0
%6
%20
%32

Triadic Colors of #ada28a

#ada28a #8aada2 #a28aad

Analogous Colors of #ada28a

#ada28a #a7ad8a #ad918a

Monochromatic Colors of #ada28a

#ada28a

Complementary Color

#ada28a #8a95ad

#ada28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada28a Color CSS Codes

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

#ada28a Text Font Color

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

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


#ada28a Background Color

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

This div background color is #ada28a


#ada28a Border Color

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

This div border color is #ada28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada28a

#ada28a Color Palettes


Comments

No comments written yet.

Please login to write comment.