Color Hex Logo

#adba3d Color Hex

#ADBA3D
(173,186,61)
0 Favorites   0 Comments

Color spaces of #adba3d

RGB 17318661
HSL0.180.510.48
HSV66°67°73°
CMYK 0.070.000.67   0.27
XYZ35.634844.339011.0950
Yxy44.33900.39130.4869
Hunter Lab66.5875-21.002636.7322
CIE-Lab72.4545-20.733459.0922

#adba3d color RGB value is (173,186,61).

#adba3d hex color red value is 173, green value is 186 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #adba3d hue: 0.18 , saturation: 0.51 and the lightness value of adba3d is 0.48.

The process color (four color CMYK) of #adba3d color hex is 0.07, 0.00, 0.67, 0.27. Web safe color of #adba3d is #99cc33. Color #adba3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00111101
Octal 255 272 75
Decimal 173 186 61
Hex AD BA 3D

RGB Percentages of Color #adba3d

%41.19
%44.29
%14.52

CMYK Percentages of Color #adba3d

%7
%0
%67
%27

Triadic Colors of #adba3d

#adba3d #3dadba #ba3dad

Analogous Colors of #adba3d

#adba3d #6fba3d #ba893d

Monochromatic Colors of #adba3d

#adba3d

Complementary Color

#adba3d #4a3dba

#adba3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba3d Color CSS Codes

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

#adba3d Text Font Color

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

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


#adba3d Background Color

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

This div background color is #adba3d


#adba3d Border Color

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

This div border color is #adba3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba3d


Comments

No comments written yet.

Please login to write comment.