Color Hex Logo

#abdd16 Color Hex

#ABDD16
(171,221,22)
0 Favorites   0 Comments

Color spaces of #abdd16

RGB 17122122
HSL0.210.820.48
HSV75°90°87°
CMYK 0.230.000.90   0.13
XYZ42.795960.428810.1674
Yxy60.42880.37740.5329
Hunter Lab77.7360-37.768546.6604
CIE-Lab82.0707-39.490078.3514

#abdd16 color RGB value is (171,221,22).

#abdd16 hex color red value is 171, green value is 221 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #abdd16 hue: 0.21 , saturation: 0.82 and the lightness value of abdd16 is 0.48.

The process color (four color CMYK) of #abdd16 color hex is 0.23, 0.00, 0.90, 0.13. Web safe color of #abdd16 is #99cc00. Color #abdd16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00010110
Octal 253 335 26
Decimal 171 221 22
Hex AB DD 16

RGB Percentages of Color #abdd16

%41.30
%53.38
%5.31

CMYK Percentages of Color #abdd16

%23
%0
%90
%13

Triadic Colors of #abdd16

#abdd16 #16abdd #dd16ab

Analogous Colors of #abdd16

#abdd16 #48dd16 #ddac16

Monochromatic Colors of #abdd16

#abdd16

Complementary Color

#abdd16 #4816dd

#abdd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd16 Color CSS Codes

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

#abdd16 Text Font Color

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

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


#abdd16 Background Color

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

This div background color is #abdd16


#abdd16 Border Color

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

This div border color is #abdd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd16


Comments

No comments written yet.

Please login to write comment.