Color Hex Logo

#abad0f Color Hex

#ABAD0F
(171,173,15)
0 Favorites   0 Comments

Color spaces of #abad0f

RGB 17117315
HSL0.170.840.37
HSV61°91°68°
CMYK 0.010.000.91   0.32
XYZ31.824438.57966.2212
Yxy38.57960.41530.5035
Hunter Lab62.1125-17.239337.5402
CIE-Lab68.4456-16.791868.5645

#abad0f color RGB value is (171,173,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 00001111
Octal 253 255 17
Decimal 171 173 15
Hex AB AD F

RGB Percentages of Color #abad0f

%47.63
%48.19
%4.18

CMYK Percentages of Color #abad0f

%1
%0
%91
%32

Triadic Colors of #abad0f

#abad0f #0fabad #ad0fab

Analogous Colors of #abad0f

#abad0f #5cad0f #ad600f

Monochromatic Colors of #abad0f

#abad0f

Complementary Color

#abad0f #110fad

#abad0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abad0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abad0f Color CSS Codes

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

#abad0f Text Font Color

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

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


#abad0f Background Color

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

This div background color is #abad0f


#abad0f Border Color

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

This div border color is #abad0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abad0f


Comments

No comments written yet.

Please login to write comment.