Color Hex Logo

#abf26b Color Hex

#ABF26B
(171,242,107)
0 Favorites   0 Comments

Color spaces of #abf26b

RGB 171242107
HSL0.250.840.68
HSV92°56°95°
CMYK 0.290.000.56   0.05
XYZ51.200673.223725.3450
Yxy73.22370.34190.4889
Hunter Lab85.5708-42.945042.3386
CIE-Lab88.5543-43.832657.2371

#abf26b color RGB value is (171,242,107).

#abf26b hex color red value is 171, green value is 242 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #abf26b hue: 0.25 , saturation: 0.84 and the lightness value of abf26b is 0.68.

The process color (four color CMYK) of #abf26b color hex is 0.29, 0.00, 0.56, 0.05. Web safe color of #abf26b is #99ff66. Color #abf26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 01101011
Octal 253 362 153
Decimal 171 242 107
Hex AB F2 6B

RGB Percentages of Color #abf26b

%32.88
%46.54
%20.58

CMYK Percentages of Color #abf26b

%29
%0
%56
%5

Triadic Colors of #abf26b

#abf26b #6babf2 #f26bab

Analogous Colors of #abf26b

#abf26b #6bf26f #eff26b

Monochromatic Colors of #abf26b

#abf26b

Complementary Color

#abf26b #b26bf2

#abf26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf26b Color CSS Codes

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

#abf26b Text Font Color

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

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


#abf26b Background Color

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

This div background color is #abf26b


#abf26b Border Color

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

This div border color is #abf26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf26b


Comments

No comments written yet.

Please login to write comment.