Color Hex Logo

#abf85f Color Hex

#ABF85F
(171,248,95)
0 Favorites   0 Comments

Color spaces of #abf85f

RGB 17124895
HSL0.250.920.67
HSV90°62°97°
CMYK 0.310.000.62   0.03
XYZ52.427576.619022.8522
Yxy76.61900.34510.5044
Hunter Lab87.5323-46.268845.7937
CIE-Lab90.1460-47.469364.1548

#abf85f color RGB value is (171,248,95).

#abf85f hex color red value is 171, green value is 248 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #abf85f hue: 0.25 , saturation: 0.92 and the lightness value of abf85f is 0.67.

The process color (four color CMYK) of #abf85f color hex is 0.31, 0.00, 0.62, 0.03. Web safe color of #abf85f is #99ff66. Color #abf85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 01011111
Octal 253 370 137
Decimal 171 248 95
Hex AB F8 5F

RGB Percentages of Color #abf85f

%33.27
%48.25
%18.48

CMYK Percentages of Color #abf85f

%31
%0
%62
%3

Triadic Colors of #abf85f

#abf85f #5fabf8 #f85fab

Analogous Colors of #abf85f

#abf85f #5ff860 #f8f85f

Monochromatic Colors of #abf85f

#abf85f

Complementary Color

#abf85f #ac5ff8

#abf85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf85f Color CSS Codes

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

#abf85f Text Font Color

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

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


#abf85f Background Color

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

This div background color is #abf85f


#abf85f Border Color

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

This div border color is #abf85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf85f


Comments

No comments written yet.

Please login to write comment.