Color Hex Logo

#fefcde Color Hex

#FEFCDE
(254,252,222)
0 Favorites   0 Comments

Color spaces of #fefcde

RGB 254252222
HSL0.160.940.93
HSV56°13°100°
CMYK 0.000.010.13   0.00
XYZ88.868395.965682.9466
Yxy95.96560.33190.3584
Hunter Lab97.9620-9.503618.3713
CIE-Lab98.4186-4.261614.6137

#fefcde color RGB value is (254,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11011110
Octal 376 374 336
Decimal 254 252 222
Hex FE FC DE

RGB Percentages of Color #fefcde

%34.89
%34.62
%30.49

CMYK Percentages of Color #fefcde

%0
%1
%13
%0

Triadic Colors of #fefcde

#fefcde #defefc #fcdefe

Analogous Colors of #fefcde

#fefcde #f0fede #feecde

Monochromatic Colors of #fefcde

#fefcde

Complementary Color

#fefcde #dee0fe

#fefcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcde Color CSS Codes

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

#fefcde Text Font Color

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

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


#fefcde Background Color

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

This div background color is #fefcde


#fefcde Border Color

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

This div border color is #fefcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcde

Related Colors


Comments

No comments written yet.

Please login to write comment.