Color Hex Logo

#adab0e Color Hex

#ADAB0E
(173,171,14)
0 Favorites   0 Comments

Color spaces of #adab0e

RGB 17317114
HSL0.160.850.37
HSV59°92°68°
CMYK 0.000.010.92   0.32
XYZ31.875838.04186.0782
Yxy38.04180.41940.5006
Hunter Lab61.6780-15.686037.3318
CIE-Lab68.0514-14.905768.4796

#adab0e color RGB value is (173,171,14).

#adab0e hex color red value is 173, green value is 171 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adab0e hue: 0.16 , saturation: 0.85 and the lightness value of adab0e is 0.37.

The process color (four color CMYK) of #adab0e color hex is 0.00, 0.01, 0.92, 0.32. Web safe color of #adab0e is #999900. Color #adab0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 00001110
Octal 255 253 16
Decimal 173 171 14
Hex AD AB E

RGB Percentages of Color #adab0e

%48.32
%47.77
%3.91

CMYK Percentages of Color #adab0e

%0
%1
%92
%32

Triadic Colors of #adab0e

#adab0e #0eadab #ab0ead

Analogous Colors of #adab0e

#adab0e #60ad0e #ad5c0e

Monochromatic Colors of #adab0e

#adab0e

Complementary Color

#adab0e #0e10ad

#adab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab0e Color CSS Codes

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

#adab0e Text Font Color

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

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


#adab0e Background Color

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

This div background color is #adab0e


#adab0e Border Color

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

This div border color is #adab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab0e


Comments

No comments written yet.

Please login to write comment.