Color Hex Logo

#abdc28 Color Hex

#ABDC28
(171,220,40)
0 Favorites   0 Comments

Color spaces of #abdc28

RGB 17122040
HSL0.210.720.51
HSV76°82°86°
CMYK 0.220.000.82   0.14
XYZ42.770859.997511.3339
Yxy59.99750.37480.5258
Hunter Lab77.4581-36.987445.5451
CIE-Lab81.8368-38.556874.6029

#abdc28 color RGB value is (171,220,40).

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

The process color (four color CMYK) of #abdc28 color hex is 0.22, 0.00, 0.82, 0.14. Web safe color of #abdc28 is #99cc33. Color #abdc28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 00101000
Octal 253 334 50
Decimal 171 220 40
Hex AB DC 28

RGB Percentages of Color #abdc28

%39.68
%51.04
%9.28

CMYK Percentages of Color #abdc28

%22
%0
%82
%14

Triadic Colors of #abdc28

#abdc28 #28abdc #dc28ab

Analogous Colors of #abdc28

#abdc28 #51dc28 #dcb328

Monochromatic Colors of #abdc28

#abdc28

Complementary Color

#abdc28 #5928dc

#abdc28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc28 Color CSS Codes

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

#abdc28 Text Font Color

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

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


#abdc28 Background Color

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

This div background color is #abdc28


#abdc28 Border Color

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

This div border color is #abdc28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc28


Comments

No comments written yet.

Please login to write comment.