Color Hex Logo

#abba0e Color Hex

#ABBA0E
(171,186,14)
0 Favorites   0 Comments

Color spaces of #abba0e

RGB 17118614
HSL0.180.860.39
HSV65°92°73°
CMYK 0.080.000.92   0.27
XYZ34.432843.80747.0563
Yxy43.80740.40370.5136
Hunter Lab66.1872-22.965840.0100
CIE-Lab72.0996-23.303871.5613

#abba0e color RGB value is (171,186,14).

#abba0e hex color red value is 171, green value is 186 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #abba0e hue: 0.18 , saturation: 0.86 and the lightness value of abba0e is 0.39.

The process color (four color CMYK) of #abba0e color hex is 0.08, 0.00, 0.92, 0.27. Web safe color of #abba0e is #99cc00. Color #abba0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 00001110
Octal 253 272 16
Decimal 171 186 14
Hex AB BA E

RGB Percentages of Color #abba0e

%46.09
%50.13
%3.77

CMYK Percentages of Color #abba0e

%8
%0
%92
%27

Triadic Colors of #abba0e

#abba0e #0eabba #ba0eab

Analogous Colors of #abba0e

#abba0e #55ba0e #ba730e

Monochromatic Colors of #abba0e

#abba0e

Complementary Color

#abba0e #1d0eba

#abba0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abba0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abba0e Color CSS Codes

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

#abba0e Text Font Color

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

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


#abba0e Background Color

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

This div background color is #abba0e


#abba0e Border Color

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

This div border color is #abba0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abba0e


Comments

No comments written yet.

Please login to write comment.