Color Hex Logo

#adab64 Color Hex

#ADAB64
(173,171,100)
0 Favorites   0 Comments

Color spaces of #adab64

RGB 173171100
HSL0.160.310.54
HSV58°42°68°
CMYK 0.000.010.42   0.32
XYZ34.096738.930217.7738
Yxy38.93020.37550.4287
Hunter Lab62.3941-11.644126.7863
CIE-Lab68.7007-9.816836.7315

#adab64 color RGB value is (173,171,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01100100
Octal 255 253 144
Decimal 173 171 100
Hex AD AB 64

RGB Percentages of Color #adab64

%38.96
%38.51
%22.52

CMYK Percentages of Color #adab64

%0
%1
%42
%32

Triadic Colors of #adab64

#adab64 #64adab #ab64ad

Analogous Colors of #adab64

#adab64 #8bad64 #ad8764

Monochromatic Colors of #adab64

#adab64

Complementary Color

#adab64 #6466ad

#adab64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab64 Color CSS Codes

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

#adab64 Text Font Color

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

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


#adab64 Background Color

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

This div background color is #adab64


#adab64 Border Color

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

This div border color is #adab64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab64


Comments

No comments written yet.

Please login to write comment.