Color Hex Logo

#abfe65 Color Hex

#ABFE65
(171,254,101)
0 Favorites   0 Comments

Color spaces of #abfe65

RGB 171254101
HSL0.260.990.70
HSV93°60°100°
CMYK 0.330.000.60   0.00
XYZ54.585480.481124.9694
Yxy80.48110.34110.5029
Hunter Lab89.7113-48.385246.2957
CIE-Lab91.9003-49.480663.6168

#abfe65 color RGB value is (171,254,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 01100101
Octal 253 376 145
Decimal 171 254 101
Hex AB FE 65

RGB Percentages of Color #abfe65

%32.51
%48.29
%19.20

CMYK Percentages of Color #abfe65

%33
%0
%60
%0

Triadic Colors of #abfe65

#abfe65 #65abfe #fe65ab

Analogous Colors of #abfe65

#abfe65 #65fe6c #f8fe65

Monochromatic Colors of #abfe65

#abfe65

Complementary Color

#abfe65 #b865fe

#abfe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe65 Color CSS Codes

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

#abfe65 Text Font Color

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

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


#abfe65 Background Color

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

This div background color is #abfe65


#abfe65 Border Color

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

This div border color is #abfe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe65


Comments

No comments written yet.

Please login to write comment.