Color Hex Logo

#abfa86 Color Hex

#ABFA86
(171,250,134)
0 Favorites   0 Comments

Color spaces of #abfa86

RGB 171250134
HSL0.280.920.75
HSV101°46°98°
CMYK 0.320.000.46   0.02
XYZ55.283378.750434.8409
Yxy78.75040.32740.4663
Hunter Lab88.7414-44.097238.8411
CIE-Lab91.1212-44.358947.8959

#abfa86 color RGB value is (171,250,134).

#abfa86 hex color red value is 171, green value is 250 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #abfa86 hue: 0.28 , saturation: 0.92 and the lightness value of abfa86 is 0.75.

The process color (four color CMYK) of #abfa86 color hex is 0.32, 0.00, 0.46, 0.02. Web safe color of #abfa86 is #99ff99. Color #abfa86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 10000110
Octal 253 372 206
Decimal 171 250 134
Hex AB FA 86

RGB Percentages of Color #abfa86

%30.81
%45.05
%24.14

CMYK Percentages of Color #abfa86

%32
%0
%46
%2

Triadic Colors of #abfa86

#abfa86 #86abfa #fa86ab

Analogous Colors of #abfa86

#abfa86 #86fa9b #e5fa86

Monochromatic Colors of #abfa86

#abfa86

Complementary Color

#abfa86 #d586fa

#abfa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa86 Color CSS Codes

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

#abfa86 Text Font Color

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

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


#abfa86 Background Color

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

This div background color is #abfa86


#abfa86 Border Color

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

This div border color is #abfa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa86


Comments

No comments written yet.

Please login to write comment.