Color Hex Logo

#adb010 Color Hex

#ADB010
(173,176,16)
0 Favorites   0 Comments

Color spaces of #adb010

RGB 17317616
HSL0.170.830.38
HSV61°91°69°
CMYK 0.020.000.91   0.31
XYZ32.852439.97236.4741
Yxy39.97230.41430.5041
Hunter Lab63.2237-17.888938.1853
CIE-Lab69.4498-17.421269.2658

#adb010 color RGB value is (173,176,16).

#adb010 hex color red value is 173, green value is 176 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #adb010 hue: 0.17 , saturation: 0.83 and the lightness value of adb010 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 00010000
Octal 255 260 20
Decimal 173 176 16
Hex AD B0 10

RGB Percentages of Color #adb010

%47.40
%48.22
%4.38

CMYK Percentages of Color #adb010

%2
%0
%91
%31

Triadic Colors of #adb010

#adb010 #10adb0 #b010ad

Analogous Colors of #adb010

#adb010 #5db010 #b06310

Monochromatic Colors of #adb010

#adb010

Complementary Color

#adb010 #1310b0

#adb010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb010 Color CSS Codes

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

#adb010 Text Font Color

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

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


#adb010 Background Color

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

This div background color is #adb010


#adb010 Border Color

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

This div border color is #adb010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb010


Comments

No comments written yet.

Please login to write comment.