Color Hex Logo

#adba47 Color Hex

#ADBA47
(173,186,71)
0 Favorites   0 Comments

Color spaces of #adba47

RGB 17318671
HSL0.190.450.50
HSV67°62°73°
CMYK 0.070.000.62   0.27
XYZ35.929844.457012.6486
Yxy44.45700.38620.4779
Hunter Lab66.6761-20.494735.4258
CIE-Lab72.5329-20.079255.0562

#adba47 color RGB value is (173,186,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01000111
Octal 255 272 107
Decimal 173 186 71
Hex AD BA 47

RGB Percentages of Color #adba47

%40.23
%43.26
%16.51

CMYK Percentages of Color #adba47

%7
%0
%62
%27

Triadic Colors of #adba47

#adba47 #47adba #ba47ad

Analogous Colors of #adba47

#adba47 #74ba47 #ba8e47

Monochromatic Colors of #adba47

#adba47

Complementary Color

#adba47 #5447ba

#adba47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba47 Color CSS Codes

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

#adba47 Text Font Color

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

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


#adba47 Background Color

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

This div background color is #adba47


#adba47 Border Color

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

This div border color is #adba47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba47


Comments

No comments written yet.

Please login to write comment.