Color Hex Logo

#fefcd9 Color Hex

#FEFCD9
(254,252,217)
0 Favorites   0 Comments

Color spaces of #fefcd9

RGB 254252217
HSL0.160.950.92
HSV57°15°100°
CMYK 0.000.010.15   0.00
XYZ88.207895.701479.4688
Yxy95.70140.33490.3634
Hunter Lab97.8271-10.249220.3154
CIE-Lab98.3135-5.022917.0219

#fefcd9 color RGB value is (254,252,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11011001
Octal 376 374 331
Decimal 254 252 217
Hex FE FC D9

RGB Percentages of Color #fefcd9

%35.13
%34.85
%30.01

CMYK Percentages of Color #fefcd9

%0
%1
%15
%0

Triadic Colors of #fefcd9

#fefcd9 #d9fefc #fcd9fe

Analogous Colors of #fefcd9

#fefcd9 #eefed9 #feead9

Monochromatic Colors of #fefcd9

#fefcd9

Complementary Color

#fefcd9 #d9dbfe

#fefcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcd9 Color CSS Codes

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

#fefcd9 Text Font Color

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

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


#fefcd9 Background Color

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

This div background color is #fefcd9


#fefcd9 Border Color

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

This div border color is #fefcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcd9

Related Colors


Comments

No comments written yet.

Please login to write comment.