Color Hex Logo

#feede9 Color Hex

#FEEDE9
(254,237,233)
0 Favorites   0 Comments

Color spaces of #feede9

RGB 254237233
HSL0.030.910.95
HSV11°100°
CMYK 0.000.070.08   0.00
XYZ85.865287.522489.4587
Yxy87.52240.32670.3330
Hunter Lab93.55340.11248.7924
CIE-Lab94.95955.07773.9894

#feede9 color RGB value is (254,237,233).

#feede9 hex color red value is 254, green value is 237 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #feede9 hue: 0.03 , saturation: 0.91 and the lightness value of feede9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11101001
Octal 376 355 351
Decimal 254 237 233
Hex FE ED E9

RGB Percentages of Color #feede9

%35.08
%32.73
%32.18

CMYK Percentages of Color #feede9

%0
%7
%8
%0

Triadic Colors of #feede9

#feede9 #e9feed #ede9fe

Analogous Colors of #feede9

#feede9 #fef8e9 #fee9f0

Monochromatic Colors of #feede9

#feede9

Complementary Color

#feede9 #e9fafe

#feede9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feede9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feede9 Color CSS Codes

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

#feede9 Text Font Color

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

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


#feede9 Background Color

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

This div background color is #feede9


#feede9 Border Color

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

This div border color is #feede9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feede9

Related Colors


Comments

No comments written yet.

Please login to write comment.