Color Hex Logo

#feedee Color Hex

#FEEDEE
(254,237,238)
0 Favorites   0 Comments

Color spaces of #feedee

RGB 254237238
HSL0.990.890.96
HSV356°100°
CMYK 0.000.070.06   0.00
XYZ86.589987.812393.2746
Yxy87.81230.32350.3281
Hunter Lab93.70820.95136.5801
CIE-Lab95.08195.90631.5740

#feedee color RGB value is (254,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11101110
Octal 376 355 356
Decimal 254 237 238
Hex FE ED EE

RGB Percentages of Color #feedee

%34.84
%32.51
%32.65

CMYK Percentages of Color #feedee

%0
%7
%6
%0

Triadic Colors of #feedee

#feedee #eefeed #edeefe

Analogous Colors of #feedee

#feedee #fef5ed #feedf7

Monochromatic Colors of #feedee

#feedee

Complementary Color

#feedee #edfefd

#feedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedee Color CSS Codes

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

#feedee Text Font Color

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

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


#feedee Background Color

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

This div background color is #feedee


#feedee Border Color

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

This div border color is #feedee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,237,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 #feedee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedee


Comments

No comments written yet.

Please login to write comment.