Color Hex Logo

#abdc12 Color Hex

#ABDC12
(171,220,18)
0 Favorites   0 Comments

Color spaces of #abdc12

RGB 17122018
HSL0.210.850.47
HSV75°92°86°
CMYK 0.220.000.92   0.14
XYZ42.497059.88809.8920
Yxy59.88800.37850.5334
Hunter Lab77.3873-37.405246.5924
CIE-Lab81.7773-39.119478.6722

#abdc12 color RGB value is (171,220,18).

#abdc12 hex color red value is 171, green value is 220 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #abdc12 hue: 0.21 , saturation: 0.85 and the lightness value of abdc12 is 0.47.

The process color (four color CMYK) of #abdc12 color hex is 0.22, 0.00, 0.92, 0.14. Web safe color of #abdc12 is #99cc00. Color #abdc12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 00010010
Octal 253 334 22
Decimal 171 220 18
Hex AB DC 12

RGB Percentages of Color #abdc12

%41.81
%53.79
%4.40

CMYK Percentages of Color #abdc12

%22
%0
%92
%14

Triadic Colors of #abdc12

#abdc12 #12abdc #dc12ab

Analogous Colors of #abdc12

#abdc12 #46dc12 #dca812

Monochromatic Colors of #abdc12

#abdc12

Complementary Color

#abdc12 #4312dc

#abdc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc12 Color CSS Codes

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

#abdc12 Text Font Color

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

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


#abdc12 Background Color

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

This div background color is #abdc12


#abdc12 Border Color

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

This div border color is #abdc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc12


Comments

No comments written yet.

Please login to write comment.