Color Hex Logo

#abfee7 Color Hex

#ABFEE7
(171,254,231)
0 Favorites   0 Comments

Color spaces of #abfee7

RGB 171254231
HSL0.450.980.83
HSV163°33°100°
CMYK 0.330.000.09   0.00
XYZ66.660285.311188.5546
Yxy85.31110.27710.3547
Hunter Lab92.3640-32.81147.8101
CIE-Lab94.0170-29.97632.9977

#abfee7 color RGB value is (171,254,231).

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

The process color (four color CMYK) of #abfee7 color hex is 0.33, 0.00, 0.09, 0.00. Web safe color of #abfee7 is #99ffff. Color #abfee7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11100111
Octal 253 376 347
Decimal 171 254 231
Hex AB FE E7

RGB Percentages of Color #abfee7

%26.07
%38.72
%35.21

CMYK Percentages of Color #abfee7

%33
%0
%9
%0

Triadic Colors of #abfee7

#abfee7 #e7abfe #fee7ab

Analogous Colors of #abfee7

#abfee7 #abecfe #abfebe

Monochromatic Colors of #abfee7

#abfee7

Complementary Color

#abfee7 #feabc2

#abfee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfee7 Color CSS Codes

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

#abfee7 Text Font Color

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

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


#abfee7 Background Color

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

This div background color is #abfee7


#abfee7 Border Color

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

This div border color is #abfee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfee7

Related Colors


Comments

No comments written yet.

Please login to write comment.