Color Hex Logo

#adab53 Color Hex

#ADAB53
(173,171,83)
0 Favorites   0 Comments

Color spaces of #adab53

RGB 17317183
HSL0.160.350.50
HSV59°52°68°
CMYK 0.000.010.52   0.32
XYZ33.357838.634613.8827
Yxy38.63460.38840.4499
Hunter Lab62.1567-12.978330.2673
CIE-Lab68.4857-11.475545.0025

#adab53 color RGB value is (173,171,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 01010011
Octal 255 253 123
Decimal 173 171 83
Hex AD AB 53

RGB Percentages of Color #adab53

%40.52
%40.05
%19.44

CMYK Percentages of Color #adab53

%0
%1
%52
%32

Triadic Colors of #adab53

#adab53 #53adab #ab53ad

Analogous Colors of #adab53

#adab53 #82ad53 #ad7e53

Monochromatic Colors of #adab53

#adab53

Complementary Color

#adab53 #5355ad

#adab53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab53 Color CSS Codes

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

#adab53 Text Font Color

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

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


#adab53 Background Color

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

This div background color is #adab53


#adab53 Border Color

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

This div border color is #adab53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab53


Comments

No comments written yet.

Please login to write comment.