color codes Logo

#fe0eee color codes

#FE0EEE
(254,14,238)
0 Favorites   0 Comments

Color spaces of #fe0eee

RGB 25414238
HSL0.840.990.53
HSV304°94°100°
CMYK 0.000.940.06   0.00
XYZ56.462727.558083.2322
Yxy27.55800.33760.1648
Hunter Lab52.4957100.1214-57.2576
CIE-Lab59.487394.9415-52.7186

#fe0eee color RGB value is (254,14,238).

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

The process color (four color CMYK) of #fe0eee color code is 0.00, 0.94, 0.06, 0.00. Web safe color of #fe0eee is #ff00ff. Color #fe0eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001110 11101110
Octal 376 16 356
Decimal 254 14 238
Hex FE E EE

RGB Percentages of Color #fe0eee

%50.20
%2.77
%47.04

CMYK Percentages of Color #fe0eee

%0
%94
%6
%0

Triadic Colors of #fe0eee

#fe0eee #eefe0e #0eeefe

Analogous Colors of #fe0eee

#fe0eee #fe0e76 #960efe

Monochromatic Colors of #fe0eee

#fe0eee

Complementary Color

#fe0eee #0efe1e

#fe0eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0eee Color CSS Codes

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

#fe0eee Text Font Color

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

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


#fe0eee Background Color

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

This div background color is #fe0eee


#fe0eee Border Color

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

This div border color is #fe0eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0eee


Comments

No comments written yet.

Please login to write comment.