Color Hex Logo

#abfeda Color Hex

#ABFEDA
(171,254,218)
0 Favorites   0 Comments

Color spaces of #abfeda

RGB 171254218
HSL0.430.980.83
HSV154°33°100°
CMYK 0.330.000.14   0.00
XYZ64.891384.603579.2396
Yxy84.60350.28370.3699
Hunter Lab91.9802-35.034913.3086
CIE-Lab93.7120-32.62629.2615

#abfeda color RGB value is (171,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11011010
Octal 253 376 332
Decimal 171 254 218
Hex AB FE DA

RGB Percentages of Color #abfeda

%26.59
%39.50
%33.90

CMYK Percentages of Color #abfeda

%33
%0
%14
%0

Triadic Colors of #abfeda

#abfeda #daabfe #fedaab

Analogous Colors of #abfeda

#abfeda #abf9fe #abfeb1

Monochromatic Colors of #abfeda

#abfeda

Complementary Color

#abfeda #feabcf

#abfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfeda Color CSS Codes

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

#abfeda Text Font Color

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

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


#abfeda Background Color

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

This div background color is #abfeda


#abfeda Border Color

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

This div border color is #abfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfeda

Related Colors


Comments

No comments written yet.

Please login to write comment.