Color Hex Logo

#abdd42 Color Hex

#ABDD42
(171,221,66)
0 Favorites   0 Comments

Color spaces of #abdd42

RGB 17122166
HSL0.220.700.56
HSV79°70°87°
CMYK 0.230.000.70   0.13
XYZ43.634460.764214.5831
Yxy60.76420.36670.5107
Hunter Lab77.9514-36.497043.4740
CIE-Lab82.2518-37.783967.0720

#abdd42 color RGB value is (171,221,66).

#abdd42 hex color red value is 171, green value is 221 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #abdd42 hue: 0.22 , saturation: 0.70 and the lightness value of abdd42 is 0.56.

The process color (four color CMYK) of #abdd42 color hex is 0.23, 0.00, 0.70, 0.13. Web safe color of #abdd42 is #99cc33. Color #abdd42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01000010
Octal 253 335 102
Decimal 171 221 66
Hex AB DD 42

RGB Percentages of Color #abdd42

%37.34
%48.25
%14.41

CMYK Percentages of Color #abdd42

%23
%0
%70
%13

Triadic Colors of #abdd42

#abdd42 #42abdd #dd42ab

Analogous Colors of #abdd42

#abdd42 #5edd42 #ddc242

Monochromatic Colors of #abdd42

#abdd42

Complementary Color

#abdd42 #7442dd

#abdd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd42 Color CSS Codes

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

#abdd42 Text Font Color

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

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


#abdd42 Background Color

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

This div background color is #abdd42


#abdd42 Border Color

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

This div border color is #abdd42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd42


Comments

No comments written yet.

Please login to write comment.