Color Hex Logo

#abffef Color Hex

#ABFFEF
(171,255,239)
0 Favorites   0 Comments

Color spaces of #abffef

RGB 171255239
HSL0.471.000.84
HSV169°33°100°
CMYK 0.330.000.06   0.00
XYZ68.134686.409994.7491
Yxy86.40990.27330.3466
Hunter Lab92.9569-31.83954.6368
CIE-Lab94.4873-28.7522-0.4467

#abffef color RGB value is (171,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11101111
Octal 253 377 357
Decimal 171 255 239
Hex AB FF EF

RGB Percentages of Color #abffef

%25.71
%38.35
%35.94

CMYK Percentages of Color #abffef

%33
%0
%6
%0

Triadic Colors of #abffef

#abffef #efabff #ffefab

Analogous Colors of #abffef

#abffef #abe5ff #abffc5

Monochromatic Colors of #abffef

#abffef

Complementary Color

#abffef #ffabbb

#abffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffef Color CSS Codes

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

#abffef Text Font Color

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

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


#abffef Background Color

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

This div background color is #abffef


#abffef Border Color

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

This div border color is #abffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffef


Comments

No comments written yet.

Please login to write comment.