Color Hex Logo

#ad9068 Color Hex

#AD9068
(173,144,104)
0 Favorites   0 Comments

Color spaces of #ad9068

RGB 173144104
HSL0.100.300.54
HSV35°40°68°
CMYK 0.000.170.40   0.32
XYZ29.705529.830217.2889
Yxy29.83020.38670.3883
Hunter Lab54.61701.504119.4638
CIE-Lab61.50745.231025.3325

#ad9068 color RGB value is (173,144,104).

#ad9068 hex color red value is 173, green value is 144 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ad9068 hue: 0.10 , saturation: 0.30 and the lightness value of ad9068 is 0.54.

The process color (four color CMYK) of #ad9068 color hex is 0.00, 0.17, 0.40, 0.32. Web safe color of #ad9068 is #999966. Color #ad9068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 01101000
Octal 255 220 150
Decimal 173 144 104
Hex AD 90 68

RGB Percentages of Color #ad9068

%41.09
%34.20
%24.70

CMYK Percentages of Color #ad9068

%0
%17
%40
%32

Triadic Colors of #ad9068

#ad9068 #68ad90 #9068ad

Analogous Colors of #ad9068

#ad9068 #a8ad68 #ad6e68

Monochromatic Colors of #ad9068

#ad9068

Complementary Color

#ad9068 #6885ad

#ad9068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9068 Color CSS Codes

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

#ad9068 Text Font Color

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

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


#ad9068 Background Color

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

This div background color is #ad9068


#ad9068 Border Color

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

This div border color is #ad9068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9068


Comments

No comments written yet.

Please login to write comment.