Color Hex Logo

#ada469 Color Hex

#ADA469
(173,164,105)
0 Favorites   0 Comments

Color spaces of #ada469

RGB 173164105
HSL0.140.290.55
HSV52°39°68°
CMYK 0.000.050.39   0.32
XYZ33.058836.455118.6587
Yxy36.45510.37490.4135
Hunter Lab60.3781-7.927523.9422
CIE-Lab66.8662-5.551631.7839

#ada469 color RGB value is (173,164,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01101001
Octal 255 244 151
Decimal 173 164 105
Hex AD A4 69

RGB Percentages of Color #ada469

%39.14
%37.10
%23.76

CMYK Percentages of Color #ada469

%0
%5
%39
%32

Triadic Colors of #ada469

#ada469 #69ada4 #a469ad

Analogous Colors of #ada469

#ada469 #94ad69 #ad8269

Monochromatic Colors of #ada469

#ada469

Complementary Color

#ada469 #6972ad

#ada469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada469 Color CSS Codes

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

#ada469 Text Font Color

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

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


#ada469 Background Color

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

This div background color is #ada469


#ada469 Border Color

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

This div border color is #ada469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada469


Comments

No comments written yet.

Please login to write comment.