Color Hex Logo

#feedf0 Color Hex

#FEEDF0
(254,237,240)
1 Favorites   0 Comments

Color spaces of #feedf0

RGB 254237240
HSL0.970.890.96
HSV349°100°
CMYK 0.000.070.06   0.00
XYZ86.885487.930594.8310
Yxy87.93050.32220.3261
Hunter Lab93.77131.29265.6798
CIE-Lab95.13176.24230.6092

#feedf0 color RGB value is (254,237,240).

#feedf0 hex color red value is 254, green value is 237 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #feedf0 hue: 0.97 , saturation: 0.89 and the lightness value of feedf0 is 0.96.

The process color (four color CMYK) of #feedf0 color hex is 0.00, 0.07, 0.06, 0.00. Web safe color of #feedf0 is #ffffff. Color #feedf0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11110000
Octal 376 355 360
Decimal 254 237 240
Hex FE ED F0

RGB Percentages of Color #feedf0

%34.75
%32.42
%32.83

CMYK Percentages of Color #feedf0

%0
%7
%6
%0

Triadic Colors of #feedf0

#feedf0 #f0feed #edf0fe

Analogous Colors of #feedf0

#feedf0 #fef3ed #feedf9

Monochromatic Colors of #feedf0

#feedf0

Complementary Color

#feedf0 #edfefb

#feedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedf0 Color CSS Codes

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

#feedf0 Text Font Color

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

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


#feedf0 Background Color

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

This div background color is #feedf0


#feedf0 Border Color

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

This div border color is #feedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedf0

Related Colors


Comments

No comments written yet.

Please login to write comment.