Color Hex Logo

#fe0edc Color Hex

#FE0EDC
(254,14,220)
0 Favorites   0 Comments

Color spaces of #fe0edc

RGB 25414220
HSL0.860.990.53
HSV309°94°100°
CMYK 0.000.940.13   0.00
XYZ53.948426.552269.9918
Yxy26.55220.35850.1764
Hunter Lab51.528896.7061-44.4637
CIE-Lab58.557592.6152-44.0598

#fe0edc color RGB value is (254,14,220).

#fe0edc hex color red value is 254, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fe0edc hue: 0.86 , saturation: 0.99 and the lightness value of fe0edc is 0.53.

The process color (four color CMYK) of #fe0edc color hex is 0.00, 0.94, 0.13, 0.00. Web safe color of #fe0edc is #ff00cc. Color #fe0edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001110 11011100
Octal 376 16 334
Decimal 254 14 220
Hex FE E DC

RGB Percentages of Color #fe0edc

%52.05
%2.87
%45.08

CMYK Percentages of Color #fe0edc

%0
%94
%13
%0

Triadic Colors of #fe0edc

#fe0edc #dcfe0e #0edcfe

Analogous Colors of #fe0edc

#fe0edc #fe0e64 #a80efe

Monochromatic Colors of #fe0edc

#fe0edc

Complementary Color

#fe0edc #0efe30

#fe0edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0edc Color CSS Codes

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

#fe0edc Text Font Color

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

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


#fe0edc Background Color

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

This div background color is #fe0edc


#fe0edc Border Color

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

This div border color is #fe0edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,14,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 #fe0edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0edc

Related Colors


Comments

No comments written yet.

Please login to write comment.