Color Hex Logo

#adab66 Color Hex

#ADAB66
(173,171,102)
0 Favorites   0 Comments

Color spaces of #adab66

RGB 173171102
HSL0.160.300.54
HSV58°41°68°
CMYK 0.000.010.41   0.32
XYZ34.194838.969418.2900
Yxy38.96940.37390.4261
Hunter Lab62.4255-11.467626.3265
CIE-Lab68.7291-9.598935.7324

#adab66 color RGB value is (173,171,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01100110
Octal 255 253 146
Decimal 173 171 102
Hex AD AB 66

RGB Percentages of Color #adab66

%38.79
%38.34
%22.87

CMYK Percentages of Color #adab66

%0
%1
%41
%32

Triadic Colors of #adab66

#adab66 #66adab #ab66ad

Analogous Colors of #adab66

#adab66 #8cad66 #ad8866

Monochromatic Colors of #adab66

#adab66

Complementary Color

#adab66 #6668ad

#adab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab66 Color CSS Codes

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

#adab66 Text Font Color

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

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


#adab66 Background Color

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

This div background color is #adab66


#adab66 Border Color

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

This div border color is #adab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab66


Comments

No comments written yet.

Please login to write comment.