Color Hex Logo

#abde93 Color Hex

#ABDE93
(171,222,147)
0 Favorites   0 Comments

Color spaces of #abde93

RGB 171222147
HSL0.280.530.72
HSV101°34°87°
CMYK 0.230.000.34   0.13
XYZ48.182363.007137.2259
Yxy63.00710.32460.4245
Hunter Lab79.3770-30.559327.7583
CIE-Lab83.4461-29.971431.6101

#abde93 color RGB value is (171,222,147).

#abde93 hex color red value is 171, green value is 222 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abde93 hue: 0.28 , saturation: 0.53 and the lightness value of abde93 is 0.72.

The process color (four color CMYK) of #abde93 color hex is 0.23, 0.00, 0.34, 0.13. Web safe color of #abde93 is #99cc99. Color #abde93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10010011
Octal 253 336 223
Decimal 171 222 147
Hex AB DE 93

RGB Percentages of Color #abde93

%31.67
%41.11
%27.22

CMYK Percentages of Color #abde93

%23
%0
%34
%13

Triadic Colors of #abde93

#abde93 #93abde #de93ab

Analogous Colors of #abde93

#abde93 #93dea1 #d1de93

Monochromatic Colors of #abde93

#abde93

Complementary Color

#abde93 #c693de

#abde93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abde93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abde93 Color CSS Codes

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

#abde93 Text Font Color

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

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


#abde93 Background Color

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

This div background color is #abde93


#abde93 Border Color

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

This div border color is #abde93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abde93


Comments

No comments written yet.

Please login to write comment.