Color Hex Logo

#abd00e Color Hex

#ABD00E
(171,208,14)
0 Favorites   0 Comments

Color spaces of #abd00e

RGB 17120814
HSL0.200.870.44
HSV71°93°82°
CMYK 0.180.000.93   0.18
XYZ39.429753.80148.7220
Yxy53.80140.38670.5277
Hunter Lab73.3494-32.407144.2944
CIE-Lab78.3458-33.757776.4503

#abd00e color RGB value is (171,208,14).

#abd00e hex color red value is 171, green value is 208 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #abd00e hue: 0.20 , saturation: 0.87 and the lightness value of abd00e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00001110
Octal 253 320 16
Decimal 171 208 14
Hex AB D0 E

RGB Percentages of Color #abd00e

%43.51
%52.93
%3.56

CMYK Percentages of Color #abd00e

%18
%0
%93
%18

Triadic Colors of #abd00e

#abd00e #0eabd0 #d00eab

Analogous Colors of #abd00e

#abd00e #4ad00e #d0940e

Monochromatic Colors of #abd00e

#abd00e

Complementary Color

#abd00e #330ed0

#abd00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd00e Color CSS Codes

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

#abd00e Text Font Color

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

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


#abd00e Background Color

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

This div background color is #abd00e


#abd00e Border Color

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

This div border color is #abd00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd00e


Comments

No comments written yet.

Please login to write comment.