Color Hex Logo

#abdb60 Color Hex

#ABDB60
(171,219,96)
0 Favorites   0 Comments

Color spaces of #abdb60

RGB 17121996
HSL0.230.630.62
HSV83°56°86°
CMYK 0.220.000.56   0.14
XYZ44.237460.165520.3479
Yxy60.16550.35460.4823
Hunter Lab77.5664-33.939838.7430
CIE-Lab81.9281-34.619854.4967

#abdb60 color RGB value is (171,219,96).

#abdb60 hex color red value is 171, green value is 219 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #abdb60 hue: 0.23 , saturation: 0.63 and the lightness value of abdb60 is 0.62.

The process color (four color CMYK) of #abdb60 color hex is 0.22, 0.00, 0.56, 0.14. Web safe color of #abdb60 is #99cc66. Color #abdb60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01100000
Octal 253 333 140
Decimal 171 219 96
Hex AB DB 60

RGB Percentages of Color #abdb60

%35.19
%45.06
%19.75

CMYK Percentages of Color #abdb60

%22
%0
%56
%14

Triadic Colors of #abdb60

#abdb60 #60abdb #db60ab

Analogous Colors of #abdb60

#abdb60 #6edb60 #dbce60

Monochromatic Colors of #abdb60

#abdb60

Complementary Color

#abdb60 #9060db

#abdb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb60 Color CSS Codes

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

#abdb60 Text Font Color

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

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


#abdb60 Background Color

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

This div background color is #abdb60


#abdb60 Border Color

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

This div border color is #abdb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb60


Comments

No comments written yet.

Please login to write comment.