Color Hex Logo

#fe0dae Color Hex

#FE0DAE
(254,13,174)
0 Favorites   0 Comments

Color spaces of #fe0dae

RGB 25413174
HSL0.890.990.52
HSV320°95°100°
CMYK 0.000.950.31   0.00
XYZ48.657024.414742.1924
Yxy24.41470.42210.2118
Hunter Lab49.411289.3056-16.0400
CIE-Lab56.500687.4779-20.8092

#fe0dae color RGB value is (254,13,174).

#fe0dae hex color red value is 254, green value is 13 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fe0dae hue: 0.89 , saturation: 0.99 and the lightness value of fe0dae is 0.52.

The process color (four color CMYK) of #fe0dae color hex is 0.00, 0.95, 0.31, 0.00. Web safe color of #fe0dae is #ff0099. Color #fe0dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001101 10101110
Octal 376 15 256
Decimal 254 13 174
Hex FE D AE

RGB Percentages of Color #fe0dae

%57.60
%2.95
%39.46

CMYK Percentages of Color #fe0dae

%0
%95
%31
%0

Triadic Colors of #fe0dae

#fe0dae #aefe0d #0daefe

Analogous Colors of #fe0dae

#fe0dae #fe0d35 #d60dfe

Monochromatic Colors of #fe0dae

#fe0dae

Complementary Color

#fe0dae #0dfe5d

#fe0dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0dae Color CSS Codes

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

#fe0dae Text Font Color

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

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


#fe0dae Background Color

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

This div background color is #fe0dae


#fe0dae Border Color

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

This div border color is #fe0dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0dae


Comments

No comments written yet.

Please login to write comment.