Color Hex Logo

#abfed4 Color Hex

#ABFED4
(171,254,212)
0 Favorites   0 Comments

Color spaces of #abfed4

RGB 171254212
HSL0.420.980.83
HSV150°33°100°
CMYK 0.330.000.17   0.00
XYZ64.120184.295075.1784
Yxy84.29500.28680.3770
Hunter Lab91.8123-36.010315.7204
CIE-Lab93.5785-33.801812.1588

#abfed4 color RGB value is (171,254,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11010100
Octal 253 376 324
Decimal 171 254 212
Hex AB FE D4

RGB Percentages of Color #abfed4

%26.84
%39.87
%33.28

CMYK Percentages of Color #abfed4

%33
%0
%17
%0

Triadic Colors of #abfed4

#abfed4 #d4abfe #fed4ab

Analogous Colors of #abfed4

#abfed4 #abfefe #acfeab

Monochromatic Colors of #abfed4

#abfed4

Complementary Color

#abfed4 #feabd5

#abfed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfed4 Color CSS Codes

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

#abfed4 Text Font Color

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

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


#abfed4 Background Color

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

This div background color is #abfed4


#abfed4 Border Color

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

This div border color is #abfed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfed4


Comments

No comments written yet.

Please login to write comment.