Color Hex Logo

#abdb64 Color Hex

#ABDB64
(171,219,100)
0 Favorites   0 Comments

Color spaces of #abdb64

RGB 171219100
HSL0.230.620.63
HSV84°54°86°
CMYK 0.220.000.54   0.14
XYZ44.426460.241121.3428
Yxy60.24110.35260.4781
Hunter Lab77.6151-33.654338.0269
CIE-Lab81.9691-34.245452.7333

#abdb64 color RGB value is (171,219,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01100100
Octal 253 333 144
Decimal 171 219 100
Hex AB DB 64

RGB Percentages of Color #abdb64

%34.90
%44.69
%20.41

CMYK Percentages of Color #abdb64

%22
%0
%54
%14

Triadic Colors of #abdb64

#abdb64 #64abdb #db64ab

Analogous Colors of #abdb64

#abdb64 #70db64 #dbd064

Monochromatic Colors of #abdb64

#abdb64

Complementary Color

#abdb64 #9464db

#abdb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb64 Color CSS Codes

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

#abdb64 Text Font Color

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

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


#abdb64 Background Color

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

This div background color is #abdb64


#abdb64 Border Color

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

This div border color is #abdb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb64


Comments

No comments written yet.

Please login to write comment.