Color Hex Logo

#feddce Color Hex

#FEDDCE
(254,221,206)
0 Favorites   0 Comments

Color spaces of #feddce

RGB 254221206
HSL0.050.960.90
HSV19°19°100°
CMYK 0.000.130.19   0.00
XYZ77.870177.240069.1971
Yxy77.24000.34720.3443
Hunter Lab87.88634.355814.8385
CIE-Lab90.43209.099611.5519

#feddce color RGB value is (254,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11001110
Octal 376 335 316
Decimal 254 221 206
Hex FE DD CE

RGB Percentages of Color #feddce

%37.30
%32.45
%30.25

CMYK Percentages of Color #feddce

%0
%13
%19
%0

Triadic Colors of #feddce

#feddce #cefedd #ddcefe

Analogous Colors of #feddce

#feddce #fef5ce #feced7

Monochromatic Colors of #feddce

#feddce

Complementary Color

#feddce #ceeffe

#feddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddce Color CSS Codes

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

#feddce Text Font Color

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

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


#feddce Background Color

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

This div background color is #feddce


#feddce Border Color

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

This div border color is #feddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddce

#feddce Color Palettes


Comments

No comments written yet.

Please login to write comment.