Color Hex Logo

#abfec2 Color Hex

#ABFEC2
(171,254,194)
0 Favorites   0 Comments

Color spaces of #abfec2

RGB 171254194
HSL0.380.980.83
HSV137°33°100°
CMYK 0.330.000.24   0.00
XYZ61.974083.436663.8774
Yxy83.43660.29610.3987
Hunter Lab91.3436-38.744322.4785
CIE-Lab93.2053-37.141120.8578

#abfec2 color RGB value is (171,254,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11000010
Octal 253 376 302
Decimal 171 254 194
Hex AB FE C2

RGB Percentages of Color #abfec2

%27.63
%41.03
%31.34

CMYK Percentages of Color #abfec2

%33
%0
%24
%0

Triadic Colors of #abfec2

#abfec2 #c2abfe #fec2ab

Analogous Colors of #abfec2

#abfec2 #abfeec #befeab

Monochromatic Colors of #abfec2

#abfec2

Complementary Color

#abfec2 #feabe7

#abfec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfec2 Color CSS Codes

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

#abfec2 Text Font Color

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

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


#abfec2 Background Color

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

This div background color is #abfec2


#abfec2 Border Color

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

This div border color is #abfec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfec2

Related Colors


Comments

No comments written yet.

Please login to write comment.