Color Hex Logo

#abfe68 Color Hex

#ABFE68
(171,254,104)
0 Favorites   0 Comments

Color spaces of #abfe68

RGB 171254104
HSL0.260.990.70
HSV93°59°100°
CMYK 0.330.000.59   0.00
XYZ54.735180.541025.7578
Yxy80.54100.33990.5001
Hunter Lab89.7446-48.186345.8043
CIE-Lab91.9271-49.216462.3878

#abfe68 color RGB value is (171,254,104).

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

The process color (four color CMYK) of #abfe68 color hex is 0.33, 0.00, 0.59, 0.00. Web safe color of #abfe68 is #99ff66. Color #abfe68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 01101000
Octal 253 376 150
Decimal 171 254 104
Hex AB FE 68

RGB Percentages of Color #abfe68

%32.33
%48.02
%19.66

CMYK Percentages of Color #abfe68

%33
%0
%59
%0

Triadic Colors of #abfe68

#abfe68 #68abfe #fe68ab

Analogous Colors of #abfe68

#abfe68 #68fe70 #f6fe68

Monochromatic Colors of #abfe68

#abfe68

Complementary Color

#abfe68 #bb68fe

#abfe68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe68 Color CSS Codes

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

#abfe68 Text Font Color

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

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


#abfe68 Background Color

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

This div background color is #abfe68


#abfe68 Border Color

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

This div border color is #abfe68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe68

Related Colors


Comments

No comments written yet.

Please login to write comment.