Color Hex Logo

#feddd7 Color Hex

#FEDDD7
(254,221,215)
0 Favorites   0 Comments

Color spaces of #feddd7

RGB 254221215
HSL0.030.950.92
HSV15°100°
CMYK 0.000.130.15   0.00
XYZ78.995277.690075.1222
Yxy77.69000.34080.3351
Hunter Lab88.14195.728211.1673
CIE-Lab90.638310.45297.1335

#feddd7 color RGB value is (254,221,215).

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

The process color (four color CMYK) of #feddd7 color hex is 0.00, 0.13, 0.15, 0.00. Web safe color of #feddd7 is #ffcccc. Color #feddd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11010111
Octal 376 335 327
Decimal 254 221 215
Hex FE DD D7

RGB Percentages of Color #feddd7

%36.81
%32.03
%31.16

CMYK Percentages of Color #feddd7

%0
%13
%15
%0

Triadic Colors of #feddd7

#feddd7 #d7fedd #ddd7fe

Analogous Colors of #feddd7

#feddd7 #fef1d7 #fed7e5

Monochromatic Colors of #feddd7

#feddd7

Complementary Color

#feddd7 #d7f8fe

#feddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddd7 Color CSS Codes

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

#feddd7 Text Font Color

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

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


#feddd7 Background Color

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

This div background color is #feddd7


#feddd7 Border Color

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

This div border color is #feddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddd7

Related Colors


Comments

No comments written yet.

Please login to write comment.