Color Hex Logo

#fefcec Color Hex

#FEFCEC
(254,252,236)
0 Favorites   0 Comments

Color spaces of #fefcec

RGB 254252236
HSL0.150.900.96
HSV53°100°
CMYK 0.000.010.07   0.00
XYZ90.823896.747893.2441
Yxy96.74780.32340.3445
Hunter Lab98.3605-7.308012.6464
CIE-Lab98.7286-2.03787.8822

#fefcec color RGB value is (254,252,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11101100
Octal 376 374 354
Decimal 254 252 236
Hex FE FC EC

RGB Percentages of Color #fefcec

%34.23
%33.96
%31.81

CMYK Percentages of Color #fefcec

%0
%1
%7
%0

Triadic Colors of #fefcec

#fefcec #ecfefc #fcecfe

Analogous Colors of #fefcec

#fefcec #f7feec #fef3ec

Monochromatic Colors of #fefcec

#fefcec

Complementary Color

#fefcec #eceefe

#fefcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcec Color CSS Codes

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

#fefcec Text Font Color

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

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


#fefcec Background Color

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

This div background color is #fefcec


#fefcec Border Color

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

This div border color is #fefcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcec

Related Colors


Comments

No comments written yet.

Please login to write comment.