Color Hex Logo

#fedcd7 Color Hex

#FEDCD7
(254,220,215)
0 Favorites   0 Comments

Color spaces of #fedcd7

RGB 254220215
HSL0.020.950.92
HSV15°100°
CMYK 0.000.130.15   0.00
XYZ78.732077.163575.0344
Yxy77.16350.34090.3341
Hunter Lab87.84286.261810.8450
CIE-Lab90.396810.97096.7861

#fedcd7 color RGB value is (254,220,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11010111
Octal 376 334 327
Decimal 254 220 215
Hex FE DC D7

RGB Percentages of Color #fedcd7

%36.87
%31.93
%31.20

CMYK Percentages of Color #fedcd7

%0
%13
%15
%0

Triadic Colors of #fedcd7

#fedcd7 #d7fedc #dcd7fe

Analogous Colors of #fedcd7

#fedcd7 #fef0d7 #fed7e6

Monochromatic Colors of #fedcd7

#fedcd7

Complementary Color

#fedcd7 #d7f9fe

#fedcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcd7 Color CSS Codes

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

#fedcd7 Text Font Color

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

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


#fedcd7 Background Color

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

This div background color is #fedcd7


#fedcd7 Border Color

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

This div border color is #fedcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcd7


Comments

No comments written yet.

Please login to write comment.