Color Hex Logo

#fed0ce Color Hex

#FED0CE
(254,208,206)
0 Favorites   0 Comments

Color spaces of #fed0ce

RGB 254208206
HSL0.010.960.90
HSV19°100°
CMYK 0.000.180.19   0.00
XYZ74.569570.638868.0969
Yxy70.63880.34960.3312
Hunter Lab84.046911.289710.7946
CIE-Lab87.309215.85387.0841

#fed0ce color RGB value is (254,208,206).

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

The process color (four color CMYK) of #fed0ce color hex is 0.00, 0.18, 0.19, 0.00. Web safe color of #fed0ce is #ffcccc. Color #fed0ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 11001110
Octal 376 320 316
Decimal 254 208 206
Hex FE D0 CE

RGB Percentages of Color #fed0ce

%38.02
%31.14
%30.84

CMYK Percentages of Color #fed0ce

%0
%18
%19
%0

Triadic Colors of #fed0ce

#fed0ce #cefed0 #d0cefe

Analogous Colors of #fed0ce

#fed0ce #fee8ce #fecee4

Monochromatic Colors of #fed0ce

#fed0ce

Complementary Color

#fed0ce #cefcfe

#fed0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed0ce Color CSS Codes

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

#fed0ce Text Font Color

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

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


#fed0ce Background Color

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

This div background color is #fed0ce


#fed0ce Border Color

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

This div border color is #fed0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed0ce


Comments

No comments written yet.

Please login to write comment.