Color Hex Logo

#abc00e Color Hex

#ABC00E
(171,192,14)
0 Favorites   0 Comments

Color spaces of #abc00e

RGB 17119214
HSL0.190.860.40
HSV67°93°75°
CMYK 0.110.000.93   0.25
XYZ35.723546.38897.4866
Yxy46.38890.39870.5177
Hunter Lab68.1094-25.567941.1594
CIE-Lab73.7972-26.221972.8873

#abc00e color RGB value is (171,192,14).

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

The process color (four color CMYK) of #abc00e color hex is 0.11, 0.00, 0.93, 0.25. Web safe color of #abc00e is #99cc00. Color #abc00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00001110
Octal 253 300 16
Decimal 171 192 14
Hex AB C0 E

RGB Percentages of Color #abc00e

%45.36
%50.93
%3.71

CMYK Percentages of Color #abc00e

%11
%0
%93
%25

Triadic Colors of #abc00e

#abc00e #0eabc0 #c00eab

Analogous Colors of #abc00e

#abc00e #52c00e #c07c0e

Monochromatic Colors of #abc00e

#abc00e

Complementary Color

#abc00e #230ec0

#abc00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc00e Color CSS Codes

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

#abc00e Text Font Color

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

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


#abc00e Background Color

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

This div background color is #abc00e


#abc00e Border Color

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

This div border color is #abc00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc00e


Comments

No comments written yet.

Please login to write comment.