Color Hex Logo

#abffee Color Hex

#ABFFEE
(171,255,238)
0 Favorites   0 Comments

Color spaces of #abffee

RGB 171255238
HSL0.471.000.84
HSV168°33°100°
CMYK 0.330.000.07   0.00
XYZ67.987286.351093.9730
Yxy86.35100.27380.3478
Hunter Lab92.9252-32.02265.0892
CIE-Lab94.4622-28.96690.0328

#abffee color RGB value is (171,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11101110
Octal 253 377 356
Decimal 171 255 238
Hex AB FF EE

RGB Percentages of Color #abffee

%25.75
%38.40
%35.84

CMYK Percentages of Color #abffee

%33
%0
%7
%0

Triadic Colors of #abffee

#abffee #eeabff #ffeeab

Analogous Colors of #abffee

#abffee #abe6ff #abffc4

Monochromatic Colors of #abffee

#abffee

Complementary Color

#abffee #ffabbc

#abffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffee Color CSS Codes

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

#abffee Text Font Color

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

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


#abffee Background Color

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

This div background color is #abffee


#abffee Border Color

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

This div border color is #abffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffee

Related Colors

#abffee Color Palettes


Comments

No comments written yet.

Please login to write comment.