Color Hex Logo

#abfecd Color Hex

#ABFECD
(171,254,205)
0 Favorites   0 Comments

Color spaces of #abfecd

RGB 171254205
HSL0.400.980.83
HSV145°33°100°
CMYK 0.330.000.19   0.00
XYZ63.255883.949370.6275
Yxy83.94930.29040.3854
Hunter Lab91.6239-37.107918.4335
CIE-Lab93.4285-35.134515.5415

#abfecd color RGB value is (171,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11001101
Octal 253 376 315
Decimal 171 254 205
Hex AB FE CD

RGB Percentages of Color #abfecd

%27.14
%40.32
%32.54

CMYK Percentages of Color #abfecd

%33
%0
%19
%0

Triadic Colors of #abfecd

#abfecd #cdabfe #fecdab

Analogous Colors of #abfecd

#abfecd #abfef7 #b3feab

Monochromatic Colors of #abfecd

#abfecd

Complementary Color

#abfecd #feabdc

#abfecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfecd Color CSS Codes

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

#abfecd Text Font Color

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

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


#abfecd Background Color

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

This div background color is #abfecd


#abfecd Border Color

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

This div border color is #abfecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfecd


Comments

No comments written yet.

Please login to write comment.