Color Hex Logo

#adba0b Color Hex

#ADBA0B
(173,186,11)
0 Favorites   0 Comments

Color spaces of #adba0b

RGB 17318611
HSL0.180.890.39
HSV64°94°73°
CMYK 0.070.000.94   0.27
XYZ34.852944.02626.9776
Yxy44.02620.40590.5128
Hunter Lab66.3522-22.355640.2116
CIE-Lab72.2460-22.491272.1135

#adba0b color RGB value is (173,186,11).

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

The process color (four color CMYK) of #adba0b color hex is 0.07, 0.00, 0.94, 0.27. Web safe color of #adba0b is #99cc00. Color #adba0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 00001011
Octal 255 272 13
Decimal 173 186 11
Hex AD BA B

RGB Percentages of Color #adba0b

%46.76
%50.27
%2.97

CMYK Percentages of Color #adba0b

%7
%0
%94
%27

Triadic Colors of #adba0b

#adba0b #0badba #ba0bad

Analogous Colors of #adba0b

#adba0b #56ba0b #ba700b

Monochromatic Colors of #adba0b

#adba0b

Complementary Color

#adba0b #180bba

#adba0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba0b Color CSS Codes

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

#adba0b Text Font Color

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

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


#adba0b Background Color

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

This div background color is #adba0b


#adba0b Border Color

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

This div border color is #adba0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba0b


Comments

No comments written yet.

Please login to write comment.