Color Hex Logo

#fefaf7 Color Hex

#FEFAF7
(254,250,247)
1 Favorites   0 Comments

Color spaces of #fefaf7

RGB 254250247
HSL0.070.780.98
HSV26°100°
CMYK 0.000.020.03   0.00
XYZ91.847296.1574101.7151
Yxy96.15740.31700.3319
Hunter Lab98.0599-4.41387.1419
CIE-Lab98.49470.81311.8935

#fefaf7 color RGB value is (254,250,247).

#fefaf7 hex color red value is 254, green value is 250 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fefaf7 hue: 0.07 , saturation: 0.78 and the lightness value of fefaf7 is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11110111
Octal 376 372 367
Decimal 254 250 247
Hex FE FA F7

RGB Percentages of Color #fefaf7

%33.82
%33.29
%32.89

CMYK Percentages of Color #fefaf7

%0
%2
%3
%0

Triadic Colors of #fefaf7

#fefaf7 #f7fefa #faf7fe

Analogous Colors of #fefaf7

#fefaf7 #fefef7 #fef7f8

Monochromatic Colors of #fefaf7

#fefaf7

Complementary Color

#fefaf7 #f7fbfe

#fefaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaf7 Color CSS Codes

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

#fefaf7 Text Font Color

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

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


#fefaf7 Background Color

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

This div background color is #fefaf7


#fefaf7 Border Color

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

This div border color is #fefaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaf7

Related Colors

#fefaf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.