Color Hex Logo

#fedcd4 Color Hex

#FEDCD4
(254,220,212)
0 Favorites   0 Comments

Color spaces of #fedcd4

RGB 254220212
HSL0.030.950.91
HSV11°17°100°
CMYK 0.000.130.17   0.00
XYZ78.349977.010773.0224
Yxy77.01070.34310.3372
Hunter Lab87.75575.795512.0932
CIE-Lab90.326510.51298.2582

#fedcd4 color RGB value is (254,220,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11010100
Octal 376 334 324
Decimal 254 220 212
Hex FE DC D4

RGB Percentages of Color #fedcd4

%37.03
%32.07
%30.90

CMYK Percentages of Color #fedcd4

%0
%13
%17
%0

Triadic Colors of #fedcd4

#fedcd4 #d4fedc #dcd4fe

Analogous Colors of #fedcd4

#fedcd4 #fef1d4 #fed4e1

Monochromatic Colors of #fedcd4

#fedcd4

Complementary Color

#fedcd4 #d4f6fe

#fedcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcd4 Color CSS Codes

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

#fedcd4 Text Font Color

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

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


#fedcd4 Background Color

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

This div background color is #fedcd4


#fedcd4 Border Color

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

This div border color is #fedcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcd4

Related Colors


Comments

No comments written yet.

Please login to write comment.