Color Hex Logo

#feedf7 Color Hex

#FEEDF7
(254,237,247)
0 Favorites   0 Comments

Color spaces of #feedf7

RGB 254237247
HSL0.900.890.96
HSV325°100°
CMYK 0.000.070.03   0.00
XYZ87.945788.3546100.4146
Yxy88.35460.31780.3193
Hunter Lab93.99712.51342.4601
CIE-Lab95.31007.4394-2.7606

#feedf7 color RGB value is (254,237,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11110111
Octal 376 355 367
Decimal 254 237 247
Hex FE ED F7

RGB Percentages of Color #feedf7

%34.42
%32.11
%33.47

CMYK Percentages of Color #feedf7

%0
%7
%3
%0

Triadic Colors of #feedf7

#feedf7 #f7feed #edf7fe

Analogous Colors of #feedf7

#feedf7 #feedef #fdedfe

Monochromatic Colors of #feedf7

#feedf7

Complementary Color

#feedf7 #edfef4

#feedf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedf7 Color CSS Codes

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

#feedf7 Text Font Color

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

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


#feedf7 Background Color

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

This div background color is #feedf7


#feedf7 Border Color

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

This div border color is #feedf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedf7

Related Colors


Comments

No comments written yet.

Please login to write comment.