Color Hex Logo

#abdc43 Color Hex

#ABDC43
(171,220,67)
0 Favorites   0 Comments

Color spaces of #abdc43

RGB 17122067
HSL0.220.690.56
HSV79°70°86°
CMYK 0.220.000.70   0.14
XYZ43.400960.249614.6521
Yxy60.24960.36690.5093
Hunter Lab77.6206-36.029343.1425
CIE-Lab81.9737-37.274366.4313

#abdc43 color RGB value is (171,220,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 01000011
Octal 253 334 103
Decimal 171 220 67
Hex AB DC 43

RGB Percentages of Color #abdc43

%37.34
%48.03
%14.63

CMYK Percentages of Color #abdc43

%22
%0
%70
%14

Triadic Colors of #abdc43

#abdc43 #43abdc #dc43ab

Analogous Colors of #abdc43

#abdc43 #5edc43 #dcc143

Monochromatic Colors of #abdc43

#abdc43

Complementary Color

#abdc43 #7443dc

#abdc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc43 Color CSS Codes

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

#abdc43 Text Font Color

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

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


#abdc43 Background Color

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

This div background color is #abdc43


#abdc43 Border Color

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

This div border color is #abdc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc43


Comments

No comments written yet.

Please login to write comment.