Color Hex Logo

#abfed0 Color Hex

#ABFED0
(171,254,208)
0 Favorites   0 Comments

Color spaces of #abfed0

RGB 171254208
HSL0.410.980.83
HSV147°33°100°
CMYK 0.330.000.18   0.00
XYZ63.621684.095672.5534
Yxy84.09560.28880.3818
Hunter Lab91.7037-36.642817.2839
CIE-Lab93.4920-34.568514.0915

#abfed0 color RGB value is (171,254,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11010000
Octal 253 376 320
Decimal 171 254 208
Hex AB FE D0

RGB Percentages of Color #abfed0

%27.01
%40.13
%32.86

CMYK Percentages of Color #abfed0

%33
%0
%18
%0

Triadic Colors of #abfed0

#abfed0 #d0abfe #fed0ab

Analogous Colors of #abfed0

#abfed0 #abfefa #b0feab

Monochromatic Colors of #abfed0

#abfed0

Complementary Color

#abfed0 #feabd9

#abfed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfed0 Color CSS Codes

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

#abfed0 Text Font Color

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

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


#abfed0 Background Color

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

This div background color is #abfed0


#abfed0 Border Color

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

This div border color is #abfed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfed0

Related Colors


Comments

No comments written yet.

Please login to write comment.