Color Hex Logo

#abd70b Color Hex

#ABD70B
(171,215,11)
0 Favorites   0 Comments

Color spaces of #abd70b

RGB 17121511
HSL0.200.900.44
HSV73°95°84°
CMYK 0.200.000.95   0.16
XYZ41.155457.28309.2042
Yxy57.28300.38230.5322
Hunter Lab75.6855-35.387045.7696
CIE-Lab80.3385-36.984378.3256

#abd70b color RGB value is (171,215,11).

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

The process color (four color CMYK) of #abd70b color hex is 0.20, 0.00, 0.95, 0.16. Web safe color of #abd70b is #99cc00. Color #abd70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 00001011
Octal 253 327 13
Decimal 171 215 11
Hex AB D7 B

RGB Percentages of Color #abd70b

%43.07
%54.16
%2.77

CMYK Percentages of Color #abd70b

%20
%0
%95
%16

Triadic Colors of #abd70b

#abd70b #0babd7 #d70bab

Analogous Colors of #abd70b

#abd70b #45d70b #d79d0b

Monochromatic Colors of #abd70b

#abd70b

Complementary Color

#abd70b #370bd7

#abd70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd70b Color CSS Codes

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

#abd70b Text Font Color

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

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


#abd70b Background Color

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

This div background color is #abd70b


#abd70b Border Color

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

This div border color is #abd70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd70b


Comments

No comments written yet.

Please login to write comment.