Color Hex Logo

#abdc5c Color Hex

#ABDC5C
(171,220,92)
0 Favorites   0 Comments

Color spaces of #abdc5c

RGB 17122092
HSL0.230.650.61
HSV83°58°86°
CMYK 0.220.000.58   0.14
XYZ44.319660.617019.4896
Yxy60.61700.35620.4872
Hunter Lab77.8569-34.639539.6580
CIE-Lab82.1724-35.433156.5488

#abdc5c color RGB value is (171,220,92).

#abdc5c hex color red value is 171, green value is 220 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #abdc5c hue: 0.23 , saturation: 0.65 and the lightness value of abdc5c is 0.61.

The process color (four color CMYK) of #abdc5c color hex is 0.22, 0.00, 0.58, 0.14. Web safe color of #abdc5c is #99cc66. Color #abdc5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 01011100
Octal 253 334 134
Decimal 171 220 92
Hex AB DC 5C

RGB Percentages of Color #abdc5c

%35.40
%45.55
%19.05

CMYK Percentages of Color #abdc5c

%22
%0
%58
%14

Triadic Colors of #abdc5c

#abdc5c #5cabdc #dc5cab

Analogous Colors of #abdc5c

#abdc5c #6bdc5c #dccd5c

Monochromatic Colors of #abdc5c

#abdc5c

Complementary Color

#abdc5c #8d5cdc

#abdc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc5c Color CSS Codes

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

#abdc5c Text Font Color

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

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


#abdc5c Background Color

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

This div background color is #abdc5c


#abdc5c Border Color

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

This div border color is #abdc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc5c


Comments

No comments written yet.

Please login to write comment.