Color Hex Logo

#ada769 Color Hex

#ADA769
(173,167,105)
0 Favorites   0 Comments

Color spaces of #ada769

RGB 173167105
HSL0.150.290.55
HSV55°39°68°
CMYK 0.000.030.39   0.32
XYZ33.602137.541618.8398
Yxy37.54160.37340.4172
Hunter Lab61.2712-9.332424.6592
CIE-Lab67.6814-7.149632.8312

#ada769 color RGB value is (173,167,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01101001
Octal 255 247 151
Decimal 173 167 105
Hex AD A7 69

RGB Percentages of Color #ada769

%38.88
%37.53
%23.60

CMYK Percentages of Color #ada769

%0
%3
%39
%32

Triadic Colors of #ada769

#ada769 #69ada7 #a769ad

Analogous Colors of #ada769

#ada769 #91ad69 #ad8569

Monochromatic Colors of #ada769

#ada769

Complementary Color

#ada769 #696fad

#ada769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada769 Color CSS Codes

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

#ada769 Text Font Color

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

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


#ada769 Background Color

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

This div background color is #ada769


#ada769 Border Color

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

This div border color is #ada769


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,167,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 #ada769">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada769


Comments

No comments written yet.

Please login to write comment.