Color Hex Logo

#ada655 Color Hex

#ADA655
(173,166,85)
0 Favorites   0 Comments

Color spaces of #ada655

RGB 17316685
HSL0.150.350.51
HSV55°51°68°
CMYK 0.000.040.51   0.32
XYZ32.509536.812613.9864
Yxy36.81260.39020.4419
Hunter Lab60.6734-10.536128.8039
CIE-Lab67.1362-8.673942.4257

#ada655 color RGB value is (173,166,85).

#ada655 hex color red value is 173, green value is 166 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ada655 hue: 0.15 , saturation: 0.35 and the lightness value of ada655 is 0.51.

The process color (four color CMYK) of #ada655 color hex is 0.00, 0.04, 0.51, 0.32. Web safe color of #ada655 is #999966. Color #ada655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01010101
Octal 255 246 125
Decimal 173 166 85
Hex AD A6 55

RGB Percentages of Color #ada655

%40.80
%39.15
%20.05

CMYK Percentages of Color #ada655

%0
%4
%51
%32

Triadic Colors of #ada655

#ada655 #55ada6 #a655ad

Analogous Colors of #ada655

#ada655 #88ad55 #ad7a55

Monochromatic Colors of #ada655

#ada655

Complementary Color

#ada655 #555cad

#ada655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada655 Color CSS Codes

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

#ada655 Text Font Color

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

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


#ada655 Background Color

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

This div background color is #ada655


#ada655 Border Color

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

This div border color is #ada655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada655


Comments

No comments written yet.

Please login to write comment.