Color Hex Logo

#abffbe Color Hex

#ABFFBE
(171,255,190)
0 Favorites   0 Comments

Color spaces of #abffbe

RGB 171255190
HSL0.371.000.84
HSV134°33°100°
CMYK 0.330.000.25   0.00
XYZ61.848983.895661.6489
Yxy83.89560.29820.4045
Hunter Lab91.5945-39.758924.2103
CIE-Lab93.4051-38.294723.1726

#abffbe color RGB value is (171,255,190).

#abffbe hex color red value is 171, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abffbe hue: 0.37 , saturation: 1.00 and the lightness value of abffbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10111110
Octal 253 377 276
Decimal 171 255 190
Hex AB FF BE

RGB Percentages of Color #abffbe

%27.76
%41.40
%30.84

CMYK Percentages of Color #abffbe

%33
%0
%25
%0

Triadic Colors of #abffbe

#abffbe #beabff #ffbeab

Analogous Colors of #abffbe

#abffbe #abffe8 #c2ffab

Monochromatic Colors of #abffbe

#abffbe

Complementary Color

#abffbe #ffabec

#abffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffbe Color CSS Codes

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

#abffbe Text Font Color

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

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


#abffbe Background Color

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

This div background color is #abffbe


#abffbe Border Color

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

This div border color is #abffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.