Color Hex Logo

#abfd9e Color Hex

#ABFD9E
(171,253,158)
0 Favorites   0 Comments

Color spaces of #abfd9e

RGB 171253158
HSL0.310.960.81
HSV112°38°99°
CMYK 0.320.000.38   0.01
XYZ58.091481.377144.9934
Yxy81.37710.31490.4412
Hunter Lab90.2093-42.918933.5746
CIE-Lab92.2992-42.486137.7548

#abfd9e color RGB value is (171,253,158).

#abfd9e hex color red value is 171, green value is 253 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abfd9e hue: 0.31 , saturation: 0.96 and the lightness value of abfd9e is 0.81.

The process color (four color CMYK) of #abfd9e color hex is 0.32, 0.00, 0.38, 0.01. Web safe color of #abfd9e is #99ff99. Color #abfd9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10011110
Octal 253 375 236
Decimal 171 253 158
Hex AB FD 9E

RGB Percentages of Color #abfd9e

%29.38
%43.47
%27.15

CMYK Percentages of Color #abfd9e

%32
%0
%38
%1

Triadic Colors of #abfd9e

#abfd9e #9eabfd #fd9eab

Analogous Colors of #abfd9e

#abfd9e #9efdc1 #dbfd9e

Monochromatic Colors of #abfd9e

#abfd9e

Complementary Color

#abfd9e #f09efd

#abfd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd9e Color CSS Codes

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

#abfd9e Text Font Color

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

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


#abfd9e Background Color

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

This div background color is #abfd9e


#abfd9e Border Color

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

This div border color is #abfd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd9e


Comments

No comments written yet.

Please login to write comment.