color codes Logo

#abd90f color codes

#ABD90F
(171,217,15)
0 Favorites   0 Comments

Color spaces of #abd90f

RGB 17121715
HSL0.200.870.45
HSV74°93°85°
CMYK 0.210.000.93   0.15
XYZ41.693758.31819.5110
Yxy58.31810.38070.5325
Hunter Lab76.3663-36.185446.0722
CIE-Lab80.9153-37.828578.3555

#abd90f color RGB value is (171,217,15).

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

The process color (four color CMYK) of #abd90f color code is 0.21, 0.00, 0.93, 0.15. Web safe color of #abd90f is #99cc00. Color #abd90f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 00001111
Octal 253 331 17
Decimal 171 217 15
Hex AB D9 F

RGB Percentages of Color #abd90f

%42.43
%53.85
%3.72

CMYK Percentages of Color #abd90f

%21
%0
%93
%15

Triadic Colors of #abd90f

#abd90f #0fabd9 #d90fab

Analogous Colors of #abd90f

#abd90f #46d90f #d9a20f

Monochromatic Colors of #abd90f

#abd90f

Complementary Color

#abd90f #3d0fd9

#abd90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd90f Color CSS Codes

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

#abd90f Text Font Color

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

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


#abd90f Background Color

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

This div background color is #abd90f


#abd90f Border Color

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

This div border color is #abd90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd90f


Comments

No comments written yet.

Please login to write comment.