Color Hex Logo

#ada27d Color Hex

#ADA27D
(173,162,125)
0 Favorites   0 Comments

Color spaces of #ada27d

RGB 173162125
HSL0.130.230.58
HSV46°28°68°
CMYK 0.000.060.28   0.32
XYZ33.855636.205624.6060
Yxy36.20560.35760.3825
Hunter Lab60.1711-4.865417.8741
CIE-Lab66.6767-1.932320.7247

#ada27d color RGB value is (173,162,125).

#ada27d hex color red value is 173, green value is 162 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ada27d hue: 0.13 , saturation: 0.23 and the lightness value of ada27d is 0.58.

The process color (four color CMYK) of #ada27d color hex is 0.00, 0.06, 0.28, 0.32. Web safe color of #ada27d is #999966. Color #ada27d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01111101
Octal 255 242 175
Decimal 173 162 125
Hex AD A2 7D

RGB Percentages of Color #ada27d

%37.61
%35.22
%27.17

CMYK Percentages of Color #ada27d

%0
%6
%28
%32

Triadic Colors of #ada27d

#ada27d #7dada2 #a27dad

Analogous Colors of #ada27d

#ada27d #a0ad7d #ad8a7d

Monochromatic Colors of #ada27d

#ada27d

Complementary Color

#ada27d #7d88ad

#ada27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada27d Color CSS Codes

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

#ada27d Text Font Color

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

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


#ada27d Background Color

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

This div background color is #ada27d


#ada27d Border Color

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

This div border color is #ada27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada27d


Comments

No comments written yet.

Please login to write comment.