Color Hex Logo

#abad0e Color Hex

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

Color spaces of #abad0e

RGB 17117314
HSL0.170.850.37
HSV61°92°68°
CMYK 0.010.000.92   0.32
XYZ31.817438.57686.1846
Yxy38.57680.41550.5038
Hunter Lab62.1102-17.252137.5734
CIE-Lab68.4436-16.808468.7123

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

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

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

Base Numbers

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

RGB Percentages of Color #abad0e

%47.77
%48.32
%3.91

CMYK Percentages of Color #abad0e

%1
%0
%92
%32

Triadic Colors of #abad0e

#abad0e #0eabad #ad0eab

Analogous Colors of #abad0e

#abad0e #5cad0e #ad600e

Monochromatic Colors of #abad0e

#abad0e

Complementary Color

#abad0e #100ead

#abad0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad0e Color CSS Codes

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

#abad0e Text Font Color

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

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


#abad0e Background Color

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

This div background color is #abad0e


#abad0e Border Color

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

This div border color is #abad0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,173,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 #abad0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad0e

#abad0e Color Palettes


Comments

No comments written yet.

Please login to write comment.