Color Hex Logo

#abfed7 Color Hex

#ABFED7
(171,254,215)
0 Favorites   0 Comments

Color spaces of #abfed7

RGB 171254215
HSL0.420.980.83
HSV152°33°100°
CMYK 0.330.000.15   0.00
XYZ64.502184.447877.1904
Yxy84.44780.28520.3734
Hunter Lab91.8955-35.526714.5244
CIE-Lab93.6446-33.217910.7098

#abfed7 color RGB value is (171,254,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11010111
Octal 253 376 327
Decimal 171 254 215
Hex AB FE D7

RGB Percentages of Color #abfed7

%26.72
%39.69
%33.59

CMYK Percentages of Color #abfed7

%33
%0
%15
%0

Triadic Colors of #abfed7

#abfed7 #d7abfe #fed7ab

Analogous Colors of #abfed7

#abfed7 #abfcfe #abfeae

Monochromatic Colors of #abfed7

#abfed7

Complementary Color

#abfed7 #feabd2

#abfed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfed7 Color CSS Codes

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

#abfed7 Text Font Color

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

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


#abfed7 Background Color

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

This div background color is #abfed7


#abfed7 Border Color

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

This div border color is #abfed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfed7


Comments

No comments written yet.

Please login to write comment.