Color Hex Logo

#adaa55 Color Hex

#ADAA55
(173,170,85)
0 Favorites   0 Comments

Color spaces of #adaa55

RGB 17317085
HSL0.160.350.51
HSV58°51°68°
CMYK 0.000.020.51   0.32
XYZ33.248038.289614.2326
Yxy38.28960.38760.4464
Hunter Lab61.8786-12.377729.6778
CIE-Lab68.2335-10.775743.7290

#adaa55 color RGB value is (173,170,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01010101
Octal 255 252 125
Decimal 173 170 85
Hex AD AA 55

RGB Percentages of Color #adaa55

%40.42
%39.72
%19.86

CMYK Percentages of Color #adaa55

%0
%2
%51
%32

Triadic Colors of #adaa55

#adaa55 #55adaa #aa55ad

Analogous Colors of #adaa55

#adaa55 #84ad55 #ad7e55

Monochromatic Colors of #adaa55

#adaa55

Complementary Color

#adaa55 #5558ad

#adaa55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa55 Color CSS Codes

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

#adaa55 Text Font Color

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

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


#adaa55 Background Color

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

This div background color is #adaa55


#adaa55 Border Color

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

This div border color is #adaa55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa55


Comments

No comments written yet.

Please login to write comment.