Color Hex Logo

#fefecd Color Hex

#FEFECD
(254,254,205)
0 Favorites   0 Comments

Color spaces of #fefecd

RGB 254254205
HSL0.170.960.90
HSV60°19°100°
CMYK 0.000.000.19   0.00
XYZ87.334396.362271.7544
Yxy96.36220.34190.3772
Hunter Lab98.1643-12.980425.3762
CIE-Lab98.5760-7.769623.5006

#fefecd color RGB value is (254,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11001101
Octal 376 376 315
Decimal 254 254 205
Hex FE FE CD

RGB Percentages of Color #fefecd

%35.62
%35.62
%28.75

CMYK Percentages of Color #fefecd

%0
%0
%19
%0

Triadic Colors of #fefecd

#fefecd #cdfefe #fecdfe

Analogous Colors of #fefecd

#fefecd #e6fecd #fee6cd

Monochromatic Colors of #fefecd

#fefecd

Complementary Color

#fefecd #cdcdfe

#fefecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefecd Color CSS Codes

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

#fefecd Text Font Color

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

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


#fefecd Background Color

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

This div background color is #fefecd


#fefecd Border Color

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

This div border color is #fefecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefecd

Related Colors

#fefecd Color Palettes


Comments

No comments written yet.

Please login to write comment.