Color Hex Logo

#abfedb Color Hex

#ABFEDB
(171,254,219)
0 Favorites   0 Comments

Color spaces of #abfedb

RGB 171254219
HSL0.430.980.83
HSV155°33°100°
CMYK 0.330.000.14   0.00
XYZ65.022684.656079.9310
Yxy84.65600.28320.3687
Hunter Lab92.0087-34.869212.8989
CIE-Lab93.7347-32.42738.7790

#abfedb color RGB value is (171,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11011011
Octal 253 376 333
Decimal 171 254 219
Hex AB FE DB

RGB Percentages of Color #abfedb

%26.55
%39.44
%34.01

CMYK Percentages of Color #abfedb

%33
%0
%14
%0

Triadic Colors of #abfedb

#abfedb #dbabfe #fedbab

Analogous Colors of #abfedb

#abfedb #abf8fe #abfeb2

Monochromatic Colors of #abfedb

#abfedb

Complementary Color

#abfedb #feabce

#abfedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfedb Color CSS Codes

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

#abfedb Text Font Color

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

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


#abfedb Background Color

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

This div background color is #abfedb


#abfedb Border Color

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

This div border color is #abfedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfedb


Comments

No comments written yet.

Please login to write comment.