Color Hex Logo

#ada465 Color Hex

#ADA465
(173,164,101)
0 Favorites   0 Comments

Color spaces of #ada465

RGB 173164101
HSL0.150.310.54
HSV53°42°68°
CMYK 0.000.050.42   0.32
XYZ32.858036.374717.6011
Yxy36.37470.37840.4189
Hunter Lab60.3114-8.297324.9150
CIE-Lab66.8052-6.002333.8186

#ada465 color RGB value is (173,164,101).

#ada465 hex color red value is 173, green value is 164 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ada465 hue: 0.15 , saturation: 0.31 and the lightness value of ada465 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01100101
Octal 255 244 145
Decimal 173 164 101
Hex AD A4 65

RGB Percentages of Color #ada465

%39.50
%37.44
%23.06

CMYK Percentages of Color #ada465

%0
%5
%42
%32

Triadic Colors of #ada465

#ada465 #65ada4 #a465ad

Analogous Colors of #ada465

#ada465 #92ad65 #ad8065

Monochromatic Colors of #ada465

#ada465

Complementary Color

#ada465 #656ead

#ada465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada465 Color CSS Codes

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

#ada465 Text Font Color

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

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


#ada465 Background Color

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

This div background color is #ada465


#ada465 Border Color

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

This div border color is #ada465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada465


Comments

No comments written yet.

Please login to write comment.