Color Hex Logo

#abfe38 Color Hex

#ABFE38
(171,254,56)
0 Favorites   0 Comments

Color spaces of #abfe38

RGB 17125456
HSL0.240.990.61
HSV85°78°100°
CMYK 0.330.000.78   0.00
XYZ52.950279.827116.3588
Yxy79.82710.35500.5353
Hunter Lab89.3460-50.568951.6865
CIE-Lab91.6072-52.409679.2067

#abfe38 color RGB value is (171,254,56).

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

The process color (four color CMYK) of #abfe38 color hex is 0.33, 0.00, 0.78, 0.00. Web safe color of #abfe38 is #99ff33. Color #abfe38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 00111000
Octal 253 376 70
Decimal 171 254 56
Hex AB FE 38

RGB Percentages of Color #abfe38

%35.55
%52.81
%11.64

CMYK Percentages of Color #abfe38

%33
%0
%78
%0

Triadic Colors of #abfe38

#abfe38 #38abfe #fe38ab

Analogous Colors of #abfe38

#abfe38 #48fe38 #feee38

Monochromatic Colors of #abfe38

#abfe38

Complementary Color

#abfe38 #8b38fe

#abfe38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe38 Color CSS Codes

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

#abfe38 Text Font Color

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

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


#abfe38 Background Color

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

This div background color is #abfe38


#abfe38 Border Color

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

This div border color is #abfe38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe38


Comments

No comments written yet.

Please login to write comment.