Color Hex Logo

#abd618 Color Hex

#ABD618
(171,214,24)
0 Favorites   0 Comments

Color spaces of #abd618

RGB 17121424
HSL0.200.800.47
HSV74°89°84°
CMYK 0.200.000.89   0.16
XYZ41.006056.81709.6697
Yxy56.81700.38150.5286
Hunter Lab75.3771-34.803745.1580
CIE-Lab80.0766-36.313576.4185

#abd618 color RGB value is (171,214,24).

#abd618 hex color red value is 171, green value is 214 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #abd618 hue: 0.20 , saturation: 0.80 and the lightness value of abd618 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 00011000
Octal 253 326 30
Decimal 171 214 24
Hex AB D6 18

RGB Percentages of Color #abd618

%41.81
%52.32
%5.87

CMYK Percentages of Color #abd618

%20
%0
%89
%16

Triadic Colors of #abd618

#abd618 #18abd6 #d618ab

Analogous Colors of #abd618

#abd618 #4cd618 #d6a218

Monochromatic Colors of #abd618

#abd618

Complementary Color

#abd618 #4318d6

#abd618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd618 Color CSS Codes

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

#abd618 Text Font Color

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

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


#abd618 Background Color

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

This div background color is #abd618


#abd618 Border Color

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

This div border color is #abd618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd618


Comments

No comments written yet.

Please login to write comment.