Color Hex Logo

#fefaef Color Hex

#FEFAEF
(254,250,239)
0 Favorites   0 Comments

Color spaces of #fefaef

RGB 254250239
HSL0.120.880.97
HSV44°100°
CMYK 0.000.020.06   0.00
XYZ90.638695.674095.3511
Yxy95.67400.32180.3397
Hunter Lab97.8131-5.765710.6715
CIE-Lab98.3026-0.53645.7278

#fefaef color RGB value is (254,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11101111
Octal 376 372 357
Decimal 254 250 239
Hex FE FA EF

RGB Percentages of Color #fefaef

%34.19
%33.65
%32.17

CMYK Percentages of Color #fefaef

%0
%2
%6
%0

Triadic Colors of #fefaef

#fefaef #effefa #faeffe

Analogous Colors of #fefaef

#fefaef #fbfeef #fef3ef

Monochromatic Colors of #fefaef

#fefaef

Complementary Color

#fefaef #eff3fe

#fefaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaef Color CSS Codes

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

#fefaef Text Font Color

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

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


#fefaef Background Color

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

This div background color is #fefaef


#fefaef Border Color

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

This div border color is #fefaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaef

Related Colors

#fefaef Color Palettes


Comments

No comments written yet.

Please login to write comment.