Color Hex Logo

#fefdde Color Hex

#FEFDDE
(254,253,222)
0 Favorites   0 Comments

Color spaces of #fefdde

RGB 254253222
HSL0.160.940.93
HSV58°13°100°
CMYK 0.000.000.13   0.00
XYZ89.183196.595383.0515
Yxy96.59530.33170.3593
Hunter Lab98.2829-10.022018.6965
CIE-Lab98.6683-4.761314.9672

#fefdde color RGB value is (254,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11011110
Octal 376 375 336
Decimal 254 253 222
Hex FE FD DE

RGB Percentages of Color #fefdde

%34.84
%34.71
%30.45

CMYK Percentages of Color #fefdde

%0
%0
%13
%0

Triadic Colors of #fefdde

#fefdde #defefd #fddefe

Analogous Colors of #fefdde

#fefdde #effede #feedde

Monochromatic Colors of #fefdde

#fefdde

Complementary Color

#fefdde #dedffe

#fefdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdde Color CSS Codes

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

#fefdde Text Font Color

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

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


#fefdde Background Color

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

This div background color is #fefdde


#fefdde Border Color

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

This div border color is #fefdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdde

Related Colors


Comments

No comments written yet.

Please login to write comment.