Color Hex Logo

#abdc73 Color Hex

#ABDC73
(171,220,115)
0 Favorites   0 Comments

Color spaces of #abdc73

RGB 171220115
HSL0.240.600.66
HSV88°48°86°
CMYK 0.220.000.48   0.14
XYZ45.482361.082125.6125
Yxy61.08210.34410.4621
Hunter Lab78.1550-32.893335.2784
CIE-Lab82.4229-33.151346.2343

#abdc73 color RGB value is (171,220,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 01110011
Octal 253 334 163
Decimal 171 220 115
Hex AB DC 73

RGB Percentages of Color #abdc73

%33.79
%43.48
%22.73

CMYK Percentages of Color #abdc73

%22
%0
%48
%14

Triadic Colors of #abdc73

#abdc73 #73abdc #dc73ab

Analogous Colors of #abdc73

#abdc73 #77dc73 #dcd973

Monochromatic Colors of #abdc73

#abdc73

Complementary Color

#abdc73 #a473dc

#abdc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc73 Color CSS Codes

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

#abdc73 Text Font Color

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

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


#abdc73 Background Color

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

This div background color is #abdc73


#abdc73 Border Color

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

This div border color is #abdc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc73


Comments

No comments written yet.

Please login to write comment.