Color Hex Logo

#abde73 Color Hex

#ABDE73
(171,222,115)
0 Favorites   0 Comments

Color spaces of #abde73

RGB 171222115
HSL0.250.620.66
HSV89°48°87°
CMYK 0.230.000.48   0.13
XYZ46.010462.138325.7885
Yxy62.13830.34350.4639
Hunter Lab78.8279-33.761535.7828
CIE-Lab82.9869-34.074746.9247

#abde73 color RGB value is (171,222,115).

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

The process color (four color CMYK) of #abde73 color hex is 0.23, 0.00, 0.48, 0.13. Web safe color of #abde73 is #99cc66. Color #abde73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 01110011
Octal 253 336 163
Decimal 171 222 115
Hex AB DE 73

RGB Percentages of Color #abde73

%33.66
%43.70
%22.64

CMYK Percentages of Color #abde73

%23
%0
%48
%13

Triadic Colors of #abde73

#abde73 #73abde #de73ab

Analogous Colors of #abde73

#abde73 #76de73 #dedc73

Monochromatic Colors of #abde73

#abde73

Complementary Color

#abde73 #a673de

#abde73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abde73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abde73 Color CSS Codes

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

#abde73 Text Font Color

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

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


#abde73 Background Color

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

This div background color is #abde73


#abde73 Border Color

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

This div border color is #abde73


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,222,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 #abde73">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abde73


Comments

No comments written yet.

Please login to write comment.