Color Hex Logo

#abdc54 Color Hex

#ABDC54
(171,220,84)
0 Favorites   0 Comments

Color spaces of #abdc54

RGB 17122084
HSL0.230.660.60
HSV82°62°86°
CMYK 0.220.000.62   0.14
XYZ43.988060.484417.7438
Yxy60.48440.35990.4949
Hunter Lab77.7717-35.140240.9130
CIE-Lab82.1008-36.093859.8966

#abdc54 color RGB value is (171,220,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 01010100
Octal 253 334 124
Decimal 171 220 84
Hex AB DC 54

RGB Percentages of Color #abdc54

%36.00
%46.32
%17.68

CMYK Percentages of Color #abdc54

%22
%0
%62
%14

Triadic Colors of #abdc54

#abdc54 #54abdc #dc54ab

Analogous Colors of #abdc54

#abdc54 #67dc54 #dcc954

Monochromatic Colors of #abdc54

#abdc54

Complementary Color

#abdc54 #8554dc

#abdc54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc54 Color CSS Codes

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

#abdc54 Text Font Color

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

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


#abdc54 Background Color

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

This div background color is #abdc54


#abdc54 Border Color

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

This div border color is #abdc54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc54


Comments

No comments written yet.

Please login to write comment.