Color Hex Logo

#fefdce Color Hex

#FEFDCE
(254,253,206)
0 Favorites   0 Comments

Color spaces of #fefdce

RGB 254253206
HSL0.160.960.90
HSV59°19°100°
CMYK 0.000.000.19   0.00
XYZ87.138995.777672.2867
Yxy95.77760.34140.3753
Hunter Lab97.8660-12.331024.7129
CIE-Lab98.3438-7.131622.6710

#fefdce color RGB value is (254,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11001110
Octal 376 375 316
Decimal 254 253 206
Hex FE FD CE

RGB Percentages of Color #fefdce

%35.62
%35.48
%28.89

CMYK Percentages of Color #fefdce

%0
%0
%19
%0

Triadic Colors of #fefdce

#fefdce #cefefd #fdcefe

Analogous Colors of #fefdce

#fefdce #e7fece #fee5ce

Monochromatic Colors of #fefdce

#fefdce

Complementary Color

#fefdce #cecffe

#fefdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdce Color CSS Codes

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

#fefdce Text Font Color

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

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


#fefdce Background Color

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

This div background color is #fefdce


#fefdce Border Color

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

This div border color is #fefdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdce

Related Colors


Comments

No comments written yet.

Please login to write comment.