Color Hex Logo

#abfee6 Color Hex

#ABFEE6
(171,254,230)
0 Favorites   0 Comments

Color spaces of #abfee6

RGB 171254230
HSL0.450.980.83
HSV163°33°100°
CMYK 0.330.000.09   0.00
XYZ66.519385.254787.8128
Yxy85.25470.27760.3558
Hunter Lab92.3335-32.98788.2463
CIE-Lab93.9928-30.18503.4786

#abfee6 color RGB value is (171,254,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11100110
Octal 253 376 346
Decimal 171 254 230
Hex AB FE E6

RGB Percentages of Color #abfee6

%26.11
%38.78
%35.11

CMYK Percentages of Color #abfee6

%33
%0
%9
%0

Triadic Colors of #abfee6

#abfee6 #e6abfe #fee6ab

Analogous Colors of #abfee6

#abfee6 #abedfe #abfebd

Monochromatic Colors of #abfee6

#abfee6

Complementary Color

#abfee6 #feabc3

#abfee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfee6 Color CSS Codes

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

#abfee6 Text Font Color

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

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


#abfee6 Background Color

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

This div background color is #abfee6


#abfee6 Border Color

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

This div border color is #abfee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfee6


Comments

No comments written yet.

Please login to write comment.