Color Hex Logo

#feabdc Color Hex

#FEABDC
(254,171,220)
0 Favorites   0 Comments

Color spaces of #feabdc

RGB 254171220
HSL0.900.980.83
HSV325°33°100°
CMYK 0.000.330.13   0.00
XYZ68.354255.364074.7938
Yxy55.36400.34430.2789
Hunter Lab74.407033.7673-7.5133
CIE-Lab79.250537.4042-12.2427

#feabdc color RGB value is (254,171,220).

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

The process color (four color CMYK) of #feabdc color hex is 0.00, 0.33, 0.13, 0.00. Web safe color of #feabdc is #ff99cc. Color #feabdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11011100
Octal 376 253 334
Decimal 254 171 220
Hex FE AB DC

RGB Percentages of Color #feabdc

%39.38
%26.51
%34.11

CMYK Percentages of Color #feabdc

%0
%33
%13
%0

Triadic Colors of #feabdc

#feabdc #dcfeab #abdcfe

Analogous Colors of #feabdc

#feabdc #feabb3 #f7abfe

Monochromatic Colors of #feabdc

#feabdc

Complementary Color

#feabdc #abfecd

#feabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabdc Color CSS Codes

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

#feabdc Text Font Color

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

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


#feabdc Background Color

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

This div background color is #feabdc


#feabdc Border Color

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

This div border color is #feabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabdc

Related Colors


Comments

No comments written yet.

Please login to write comment.