Color Hex Logo

#adba53 Color Hex

#ADBA53
(173,186,83)
0 Favorites   0 Comments

Color spaces of #adba53

RGB 17318683
HSL0.190.430.53
HSV68°55°73°
CMYK 0.070.000.55   0.27
XYZ36.353844.626614.8814
Yxy44.62660.37920.4655
Hunter Lab66.8031-19.767133.5545
CIE-Lab72.6453-19.147349.8161

#adba53 color RGB value is (173,186,83).

#adba53 hex color red value is 173, green value is 186 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #adba53 hue: 0.19 , saturation: 0.43 and the lightness value of adba53 is 0.53.

The process color (four color CMYK) of #adba53 color hex is 0.07, 0.00, 0.55, 0.27. Web safe color of #adba53 is #99cc66. Color #adba53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01010011
Octal 255 272 123
Decimal 173 186 83
Hex AD BA 53

RGB Percentages of Color #adba53

%39.14
%42.08
%18.78

CMYK Percentages of Color #adba53

%7
%0
%55
%27

Triadic Colors of #adba53

#adba53 #53adba #ba53ad

Analogous Colors of #adba53

#adba53 #7aba53 #ba9453

Monochromatic Colors of #adba53

#adba53

Complementary Color

#adba53 #6053ba

#adba53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba53 Color CSS Codes

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

#adba53 Text Font Color

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

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


#adba53 Background Color

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

This div background color is #adba53


#adba53 Border Color

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

This div border color is #adba53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba53


Comments

No comments written yet.

Please login to write comment.