Color Hex Logo

#ada069 Color Hex

#ADA069
(173,160,105)
0 Favorites   0 Comments

Color spaces of #ada069

RGB 173160105
HSL0.130.290.55
HSV49°39°68°
CMYK 0.000.080.39   0.32
XYZ32.354235.045818.4239
Yxy35.04580.37700.4083
Hunter Lab59.1995-6.043822.9876
CIE-Lab65.7843-3.404430.3865

#ada069 color RGB value is (173,160,105).

#ada069 hex color red value is 173, green value is 160 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ada069 hue: 0.13 , saturation: 0.29 and the lightness value of ada069 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01101001
Octal 255 240 151
Decimal 173 160 105
Hex AD A0 69

RGB Percentages of Color #ada069

%39.50
%36.53
%23.97

CMYK Percentages of Color #ada069

%0
%8
%39
%32

Triadic Colors of #ada069

#ada069 #69ada0 #a069ad

Analogous Colors of #ada069

#ada069 #98ad69 #ad7e69

Monochromatic Colors of #ada069

#ada069

Complementary Color

#ada069 #6976ad

#ada069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada069 Color CSS Codes

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

#ada069 Text Font Color

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

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


#ada069 Background Color

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

This div background color is #ada069


#ada069 Border Color

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

This div border color is #ada069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada069


Comments

No comments written yet.

Please login to write comment.