Color Hex Logo

#abd481 Color Hex

#ABD481
(171,212,129)
0 Favorites   0 Comments

Color spaces of #abd481

RGB 171212129
HSL0.250.490.67
HSV90°39°83°
CMYK 0.190.000.39   0.17
XYZ44.300557.329929.4998
Yxy57.32990.33780.4372
Hunter Lab75.7165-28.066429.9017
CIE-Lab80.3648-27.697436.7317

#abd481 color RGB value is (171,212,129).

#abd481 hex color red value is 171, green value is 212 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #abd481 hue: 0.25 , saturation: 0.49 and the lightness value of abd481 is 0.67.

The process color (four color CMYK) of #abd481 color hex is 0.19, 0.00, 0.39, 0.17. Web safe color of #abd481 is #99cc99. Color #abd481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 10000001
Octal 253 324 201
Decimal 171 212 129
Hex AB D4 81

RGB Percentages of Color #abd481

%33.40
%41.41
%25.20

CMYK Percentages of Color #abd481

%19
%0
%39
%17

Triadic Colors of #abd481

#abd481 #81abd4 #d481ab

Analogous Colors of #abd481

#abd481 #82d481 #d4d481

Monochromatic Colors of #abd481

#abd481

Complementary Color

#abd481 #aa81d4

#abd481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd481 Color CSS Codes

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

#abd481 Text Font Color

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

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


#abd481 Background Color

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

This div background color is #abd481


#abd481 Border Color

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

This div border color is #abd481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd481


Comments

No comments written yet.

Please login to write comment.