Color Hex Logo

#abde92 Color Hex

#ABDE92
(171,222,146)
0 Favorites   0 Comments

Color spaces of #abde92

RGB 171222146
HSL0.280.540.72
HSV100°34°87°
CMYK 0.230.000.34   0.13
XYZ48.104262.975836.8143
Yxy62.97580.32530.4258
Hunter Lab79.3573-30.673528.0451
CIE-Lab83.4296-30.115932.0991

#abde92 color RGB value is (171,222,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10010010
Octal 253 336 222
Decimal 171 222 146
Hex AB DE 92

RGB Percentages of Color #abde92

%31.73
%41.19
%27.09

CMYK Percentages of Color #abde92

%23
%0
%34
%13

Triadic Colors of #abde92

#abde92 #92abde #de92ab

Analogous Colors of #abde92

#abde92 #92de9f #d1de92

Monochromatic Colors of #abde92

#abde92

Complementary Color

#abde92 #c592de

#abde92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abde92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abde92 Color CSS Codes

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

#abde92 Text Font Color

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

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


#abde92 Background Color

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

This div background color is #abde92


#abde92 Border Color

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

This div border color is #abde92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abde92


Comments

No comments written yet.

Please login to write comment.