Color Hex Logo

#adb10a Color Hex

#ADB10A
(173,177,10)
0 Favorites   0 Comments

Color spaces of #adb10a

RGB 17317710
HSL0.170.890.37
HSV61°94°69°
CMYK 0.020.000.94   0.31
XYZ33.010540.35046.3357
Yxy40.35040.41420.5063
Hunter Lab63.5220-18.402238.5518
CIE-Lab69.7184-18.016870.2892

#adb10a color RGB value is (173,177,10).

#adb10a hex color red value is 173, green value is 177 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #adb10a hue: 0.17 , saturation: 0.89 and the lightness value of adb10a is 0.37.

The process color (four color CMYK) of #adb10a color hex is 0.02, 0.00, 0.94, 0.31. Web safe color of #adb10a is #999900. Color #adb10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00001010
Octal 255 261 12
Decimal 173 177 10
Hex AD B1 A

RGB Percentages of Color #adb10a

%48.06
%49.17
%2.78

CMYK Percentages of Color #adb10a

%2
%0
%94
%31

Triadic Colors of #adb10a

#adb10a #0aadb1 #b10aad

Analogous Colors of #adb10a

#adb10a #59b10a #b1620a

Monochromatic Colors of #adb10a

#adb10a

Complementary Color

#adb10a #0e0ab1

#adb10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb10a Color CSS Codes

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

#adb10a Text Font Color

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

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


#adb10a Background Color

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

This div background color is #adb10a


#adb10a Border Color

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

This div border color is #adb10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb10a


Comments

No comments written yet.

Please login to write comment.