Color Hex Logo

#abfed1 Color Hex

#ABFED1
(171,254,209)
0 Favorites   0 Comments

Color spaces of #abfed1

RGB 171254209
HSL0.410.980.83
HSV147°33°100°
CMYK 0.330.000.18   0.00
XYZ63.745084.145073.2035
Yxy84.14500.28830.3806
Hunter Lab91.7306-36.486116.8964
CIE-Lab93.5134-34.378313.6083

#abfed1 color RGB value is (171,254,209).

#abfed1 hex color red value is 171, green value is 254 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abfed1 hue: 0.41 , saturation: 0.98 and the lightness value of abfed1 is 0.83.

The process color (four color CMYK) of #abfed1 color hex is 0.33, 0.00, 0.18, 0.00. Web safe color of #abfed1 is #99ffcc. Color #abfed1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11010001
Octal 253 376 321
Decimal 171 254 209
Hex AB FE D1

RGB Percentages of Color #abfed1

%26.97
%40.06
%32.97

CMYK Percentages of Color #abfed1

%33
%0
%18
%0

Triadic Colors of #abfed1

#abfed1 #d1abfe #fed1ab

Analogous Colors of #abfed1

#abfed1 #abfefb #affeab

Monochromatic Colors of #abfed1

#abfed1

Complementary Color

#abfed1 #feabd8

#abfed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfed1 Color CSS Codes

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

#abfed1 Text Font Color

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

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


#abfed1 Background Color

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

This div background color is #abfed1


#abfed1 Border Color

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

This div border color is #abfed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfed1


Comments

No comments written yet.

Please login to write comment.