color codes Logo

#fe5edb color codes

#FE5EDB
(254,94,219)
0 Favorites   0 Comments

Color spaces of #fe5edb

RGB 25494219
HSL0.870.990.68
HSV313°63°100°
CMYK 0.000.630.14   0.00
XYZ57.661934.190770.5782
Yxy34.19070.35500.2105
Hunter Lab58.472873.6971-30.6336
CIE-Lab65.113773.6448-33.2368

#fe5edb color RGB value is (254,94,219).

#fe5edb hex color red value is 254, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fe5edb hue: 0.87 , saturation: 0.99 and the lightness value of fe5edb is 0.68.

The process color (four color CMYK) of #fe5edb color code is 0.00, 0.63, 0.14, 0.00. Web safe color of #fe5edb is #ff66cc. Color #fe5edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011110 11011011
Octal 376 136 333
Decimal 254 94 219
Hex FE 5E DB

RGB Percentages of Color #fe5edb

%44.80
%16.58
%38.62

CMYK Percentages of Color #fe5edb

%0
%63
%14
%0

Triadic Colors of #fe5edb

#fe5edb #dbfe5e #5edbfe

Analogous Colors of #fe5edb

#fe5edb #fe5e8b #d15efe

Monochromatic Colors of #fe5edb

#fe5edb

Complementary Color

#fe5edb #5efe81

#fe5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5edb Color CSS Codes

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

#fe5edb Text Font Color

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

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


#fe5edb Background Color

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

This div background color is #fe5edb


#fe5edb Border Color

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

This div border color is #fe5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5edb

Related Colors


Comments

No comments written yet.

Please login to write comment.