Color Hex Logo

#abd13b Color Hex

#ABD13B
(171,209,59)
0 Favorites   0 Comments

Color spaces of #abd13b

RGB 17120959
HSL0.210.620.53
HSV75°72°82°
CMYK 0.180.000.72   0.18
XYZ40.384554.574612.5431
Yxy54.57460.37570.5077
Hunter Lab73.8746-31.701341.6454
CIE-Lab78.7956-32.710666.1260

#abd13b color RGB value is (171,209,59).

#abd13b hex color red value is 171, green value is 209 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #abd13b hue: 0.21 , saturation: 0.62 and the lightness value of abd13b is 0.53.

The process color (four color CMYK) of #abd13b color hex is 0.18, 0.00, 0.72, 0.18. Web safe color of #abd13b is #99cc33. Color #abd13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 00111011
Octal 253 321 73
Decimal 171 209 59
Hex AB D1 3B

RGB Percentages of Color #abd13b

%38.95
%47.61
%13.44

CMYK Percentages of Color #abd13b

%18
%0
%72
%18

Triadic Colors of #abd13b

#abd13b #3babd1 #d13bab

Analogous Colors of #abd13b

#abd13b #60d13b #d1ac3b

Monochromatic Colors of #abd13b

#abd13b

Complementary Color

#abd13b #613bd1

#abd13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd13b Color CSS Codes

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

#abd13b Text Font Color

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

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


#abd13b Background Color

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

This div background color is #abd13b


#abd13b Border Color

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

This div border color is #abd13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd13b


Comments

No comments written yet.

Please login to write comment.