Color Hex Logo

#fefaec Color Hex

#FEFAEC
(254,250,236)
0 Favorites   0 Comments

Color spaces of #fefaec

RGB 254250236
HSL0.130.900.96
HSV47°100°
CMYK 0.000.020.07   0.00
XYZ90.199095.498293.0359
Yxy95.49820.32360.3426
Hunter Lab97.7232-6.259111.9601
CIE-Lab98.2325-1.03137.1684

#fefaec color RGB value is (254,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11101100
Octal 376 372 354
Decimal 254 250 236
Hex FE FA EC

RGB Percentages of Color #fefaec

%34.32
%33.78
%31.89

CMYK Percentages of Color #fefaec

%0
%2
%7
%0

Triadic Colors of #fefaec

#fefaec #ecfefa #faecfe

Analogous Colors of #fefaec

#fefaec #f9feec #fef1ec

Monochromatic Colors of #fefaec

#fefaec

Complementary Color

#fefaec #ecf0fe

#fefaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaec Color CSS Codes

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

#fefaec Text Font Color

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

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


#fefaec Background Color

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

This div background color is #fefaec


#fefaec Border Color

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

This div border color is #fefaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaec

Related Colors

#fefaec Color Palettes


Comments

No comments written yet.

Please login to write comment.