Color Hex Logo

#abffde Color Hex

#ABFFDE
(171,255,222)
0 Favorites   0 Comments

Color spaces of #abffde

RGB 171255222
HSL0.431.000.84
HSV156°33°100°
CMYK 0.330.000.13   0.00
XYZ65.739485.451982.1363
Yxy85.45190.28170.3662
Hunter Lab92.4402-34.829012.0269
CIE-Lab94.0775-32.29207.7258

#abffde color RGB value is (171,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11011110
Octal 253 377 336
Decimal 171 255 222
Hex AB FF DE

RGB Percentages of Color #abffde

%26.39
%39.35
%34.26

CMYK Percentages of Color #abffde

%33
%0
%13
%0

Triadic Colors of #abffde

#abffde #deabff #ffdeab

Analogous Colors of #abffde

#abffde #abf6ff #abffb4

Monochromatic Colors of #abffde

#abffde

Complementary Color

#abffde #ffabcc

#abffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffde Color CSS Codes

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

#abffde Text Font Color

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

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


#abffde Background Color

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

This div background color is #abffde


#abffde Border Color

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

This div border color is #abffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffde


Comments

No comments written yet.

Please login to write comment.