Color Hex Logo

#fe3ced Color Hex

#FE3CED
(254,60,237)
0 Favorites   0 Comments

Color spaces of #fe3ced

RGB 25460237
HSL0.850.990.62
HSV305°76°100°
CMYK 0.000.760.07   0.00
XYZ57.775030.417082.9467
Yxy30.41700.33760.1777
Hunter Lab55.151690.4754-50.5646
CIE-Lab62.012487.2890-48.1557

#fe3ced color RGB value is (254,60,237).

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

The process color (four color CMYK) of #fe3ced color hex is 0.00, 0.76, 0.07, 0.00. Web safe color of #fe3ced is #ff33ff. Color #fe3ced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111100 11101101
Octal 376 74 355
Decimal 254 60 237
Hex FE 3C ED

RGB Percentages of Color #fe3ced

%46.10
%10.89
%43.01

CMYK Percentages of Color #fe3ced

%0
%76
%7
%0

Triadic Colors of #fe3ced

#fe3ced #edfe3c #3cedfe

Analogous Colors of #fe3ced

#fe3ced #fe3c8c #ae3cfe

Monochromatic Colors of #fe3ced

#fe3ced

Complementary Color

#fe3ced #3cfe4d

#fe3ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3ced Color CSS Codes

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

#fe3ced Text Font Color

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

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


#fe3ced Background Color

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

This div background color is #fe3ced


#fe3ced Border Color

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

This div border color is #fe3ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3ced

Related Colors


Comments

No comments written yet.

Please login to write comment.