Color Hex Logo

#fe8deb Color Hex

#FE8DEB
(254,141,235)
0 Favorites   0 Comments

Color spaces of #fe8deb

RGB 254141235
HSL0.860.980.77
HSV310°44°100°
CMYK 0.000.440.07   0.00
XYZ65.393346.118784.0525
Yxy46.11870.33440.2358
Hunter Lab67.910853.0392-25.8452
CIE-Lab73.622555.0988-28.9464

#fe8deb color RGB value is (254,141,235).

#fe8deb hex color red value is 254, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fe8deb hue: 0.86 , saturation: 0.98 and the lightness value of fe8deb is 0.77.

The process color (four color CMYK) of #fe8deb color hex is 0.00, 0.44, 0.07, 0.00. Web safe color of #fe8deb is #ff99ff. Color #fe8deb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001101 11101011
Octal 376 215 353
Decimal 254 141 235
Hex FE 8D EB

RGB Percentages of Color #fe8deb

%40.32
%22.38
%37.30

CMYK Percentages of Color #fe8deb

%0
%44
%7
%0

Triadic Colors of #fe8deb

#fe8deb #ebfe8d #8debfe

Analogous Colors of #fe8deb

#fe8deb #fe8db3 #d98dfe

Monochromatic Colors of #fe8deb

#fe8deb

Complementary Color

#fe8deb #8dfea0

#fe8deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8deb Color CSS Codes

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

#fe8deb Text Font Color

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

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


#fe8deb Background Color

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

This div background color is #fe8deb


#fe8deb Border Color

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

This div border color is #fe8deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8deb

Related Colors


Comments

No comments written yet.

Please login to write comment.