Color Hex Logo

#adab75 Color Hex

#ADAB75
(173,171,117)
0 Favorites   0 Comments

Color spaces of #adab75

RGB 173171117
HSL0.160.250.57
HSV58°32°68°
CMYK 0.000.010.32   0.32
XYZ35.007439.294422.5691
Yxy39.29440.36140.4056
Hunter Lab62.6852-10.013522.5330
CIE-Lab68.9640-7.816528.1270

#adab75 color RGB value is (173,171,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01110101
Octal 255 253 165
Decimal 173 171 117
Hex AD AB 75

RGB Percentages of Color #adab75

%37.53
%37.09
%25.38

CMYK Percentages of Color #adab75

%0
%1
%32
%32

Triadic Colors of #adab75

#adab75 #75adab #ab75ad

Analogous Colors of #adab75

#adab75 #93ad75 #ad8f75

Monochromatic Colors of #adab75

#adab75

Complementary Color

#adab75 #7577ad

#adab75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab75 Color CSS Codes

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

#adab75 Text Font Color

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

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


#adab75 Background Color

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

This div background color is #adab75


#adab75 Border Color

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

This div border color is #adab75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab75


Comments

No comments written yet.

Please login to write comment.