Color Hex Logo

#fe3dae Color Hex

#FE3DAE
(254,61,174)
0 Favorites   0 Comments

Color spaces of #fe3dae

RGB 25461174
HSL0.900.990.62
HSV325°76°100°
CMYK 0.000.760.31   0.00
XYZ50.181827.464342.7007
Yxy27.46430.41700.2282
Hunter Lab52.406479.2117-11.6250
CIE-Lab59.401679.1088-16.3906

#fe3dae color RGB value is (254,61,174).

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

The process color (four color CMYK) of #fe3dae color hex is 0.00, 0.76, 0.31, 0.00. Web safe color of #fe3dae is #ff3399. Color #fe3dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111101 10101110
Octal 376 75 256
Decimal 254 61 174
Hex FE 3D AE

RGB Percentages of Color #fe3dae

%51.94
%12.47
%35.58

CMYK Percentages of Color #fe3dae

%0
%76
%31
%0

Triadic Colors of #fe3dae

#fe3dae #aefe3d #3daefe

Analogous Colors of #fe3dae

#fe3dae #fe3d4d #ee3dfe

Monochromatic Colors of #fe3dae

#fe3dae

Complementary Color

#fe3dae #3dfe8d

#fe3dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3dae Color CSS Codes

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

#fe3dae Text Font Color

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

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


#fe3dae Background Color

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

This div background color is #fe3dae


#fe3dae Border Color

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

This div border color is #fe3dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3dae


Comments

No comments written yet.

Please login to write comment.