Color Hex Logo

#ada28e Color Hex

#ADA28E
(173,162,142)
0 Favorites   0 Comments

Color spaces of #ada28e

RGB 173162142
HSL0.110.160.62
HSV39°18°68°
CMYK 0.000.060.18   0.32
XYZ35.036436.677930.8241
Yxy36.67790.34170.3577
Hunter Lab60.5623-2.718412.2170
CIE-Lab67.03470.598411.8404

#ada28e color RGB value is (173,162,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10001110
Octal 255 242 216
Decimal 173 162 142
Hex AD A2 8E

RGB Percentages of Color #ada28e

%36.27
%33.96
%29.77

CMYK Percentages of Color #ada28e

%0
%6
%18
%32

Triadic Colors of #ada28e

#ada28e #8eada2 #a28ead

Analogous Colors of #ada28e

#ada28e #a9ad8e #ad938e

Monochromatic Colors of #ada28e

#ada28e

Complementary Color

#ada28e #8e99ad

#ada28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada28e Color CSS Codes

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

#ada28e Text Font Color

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

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


#ada28e Background Color

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

This div background color is #ada28e


#ada28e Border Color

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

This div border color is #ada28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada28e


Comments

No comments written yet.

Please login to write comment.