Color Hex Logo

#abf868 Color Hex

#ABF868
(171,248,104)
0 Favorites   0 Comments

Color spaces of #abf868

RGB 171248104
HSL0.260.910.69
HSV92°58°97°
CMYK 0.310.000.58   0.03
XYZ52.860776.792225.1330
Yxy76.79220.34150.4961
Hunter Lab87.6312-45.680144.3372
CIE-Lab90.2259-46.687560.4631

#abf868 color RGB value is (171,248,104).

#abf868 hex color red value is 171, green value is 248 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abf868 hue: 0.26 , saturation: 0.91 and the lightness value of abf868 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 01101000
Octal 253 370 150
Decimal 171 248 104
Hex AB F8 68

RGB Percentages of Color #abf868

%32.70
%47.42
%19.89

CMYK Percentages of Color #abf868

%31
%0
%58
%3

Triadic Colors of #abf868

#abf868 #68abf8 #f868ab

Analogous Colors of #abf868

#abf868 #68f86d #f3f868

Monochromatic Colors of #abf868

#abf868

Complementary Color

#abf868 #b568f8

#abf868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf868 Color CSS Codes

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

#abf868 Text Font Color

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

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


#abf868 Background Color

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

This div background color is #abf868


#abf868 Border Color

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

This div border color is #abf868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf868


Comments

No comments written yet.

Please login to write comment.