Color Hex Logo

#abdd2b Color Hex

#ABDD2B
(171,221,43)
0 Favorites   0 Comments

Color spaces of #abdd2b

RGB 17122143
HSL0.210.720.52
HSV77°81°87°
CMYK 0.230.000.81   0.13
XYZ43.087160.545211.7010
Yxy60.54520.37360.5250
Hunter Lab77.8108-37.326045.5517
CIE-Lab82.1336-38.894074.1097

#abdd2b color RGB value is (171,221,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00101011
Octal 253 335 53
Decimal 171 221 43
Hex AB DD 2B

RGB Percentages of Color #abdd2b

%39.31
%50.80
%9.89

CMYK Percentages of Color #abdd2b

%23
%0
%81
%13

Triadic Colors of #abdd2b

#abdd2b #2babdd #dd2bab

Analogous Colors of #abdd2b

#abdd2b #52dd2b #ddb62b

Monochromatic Colors of #abdd2b

#abdd2b

Complementary Color

#abdd2b #5d2bdd

#abdd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd2b Color CSS Codes

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

#abdd2b Text Font Color

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

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


#abdd2b Background Color

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

This div background color is #abdd2b


#abdd2b Border Color

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

This div border color is #abdd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd2b


Comments

No comments written yet.

Please login to write comment.