Color Hex Logo

#fefcef Color Hex

#FEFCEF
(254,252,239)
0 Favorites   0 Comments

Color spaces of #fefcef

RGB 254252239
HSL0.140.880.97
HSV52°100°
CMYK 0.000.010.06   0.00
XYZ91.263496.923695.5594
Yxy96.92360.32160.3416
Hunter Lab98.4498-6.816811.3655
CIE-Lab98.7980-1.54386.4428

#fefcef color RGB value is (254,252,239).

#fefcef hex color red value is 254, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fefcef hue: 0.14 , saturation: 0.88 and the lightness value of fefcef is 0.97.

The process color (four color CMYK) of #fefcef color hex is 0.00, 0.01, 0.06, 0.00. Web safe color of #fefcef is #ffffff. Color #fefcef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11101111
Octal 376 374 357
Decimal 254 252 239
Hex FE FC EF

RGB Percentages of Color #fefcef

%34.09
%33.83
%32.08

CMYK Percentages of Color #fefcef

%0
%1
%6
%0

Triadic Colors of #fefcef

#fefcef #effefc #fceffe

Analogous Colors of #fefcef

#fefcef #f9feef #fef5ef

Monochromatic Colors of #fefcef

#fefcef

Complementary Color

#fefcef #eff1fe

#fefcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcef Color CSS Codes

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

#fefcef Text Font Color

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

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


#fefcef Background Color

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

This div background color is #fefcef


#fefcef Border Color

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

This div border color is #fefcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcef

Related Colors


Comments

No comments written yet.

Please login to write comment.