Color Hex Logo

#abeb5f Color Hex

#ABEB5F
(171,235,95)
0 Favorites   0 Comments

Color spaces of #abeb5f

RGB 17123595
HSL0.240.780.65
HSV87°60°92°
CMYK 0.270.000.60   0.08
XYZ48.568568.900821.5658
Yxy68.90080.34930.4956
Hunter Lab83.0065-40.818042.7005
CIE-Lab86.4549-41.878060.0643

#abeb5f color RGB value is (171,235,95).

#abeb5f hex color red value is 171, green value is 235 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #abeb5f hue: 0.24 , saturation: 0.78 and the lightness value of abeb5f is 0.65.

The process color (four color CMYK) of #abeb5f color hex is 0.27, 0.00, 0.60, 0.08. Web safe color of #abeb5f is #99ff66. Color #abeb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 01011111
Octal 253 353 137
Decimal 171 235 95
Hex AB EB 5F

RGB Percentages of Color #abeb5f

%34.13
%46.91
%18.96

CMYK Percentages of Color #abeb5f

%27
%0
%60
%8

Triadic Colors of #abeb5f

#abeb5f #5fabeb #eb5fab

Analogous Colors of #abeb5f

#abeb5f #65eb5f #ebe55f

Monochromatic Colors of #abeb5f

#abeb5f

Complementary Color

#abeb5f #9f5feb

#abeb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeb5f Color CSS Codes

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

#abeb5f Text Font Color

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

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


#abeb5f Background Color

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

This div background color is #abeb5f


#abeb5f Border Color

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

This div border color is #abeb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeb5f


Comments

No comments written yet.

Please login to write comment.