Color Hex Logo

#fefaf8 Color Hex

#FEFAF8
(254,250,248)
0 Favorites   0 Comments

Color spaces of #fefaf8

RGB 254250248
HSL0.060.750.98
HSV20°100°
CMYK 0.000.020.02   0.00
XYZ92.001996.2194102.5301
Yxy96.21940.31640.3309
Hunter Lab98.0915-4.24156.6912
CIE-Lab98.51930.98441.4151

#fefaf8 color RGB value is (254,250,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11111000
Octal 376 372 370
Decimal 254 250 248
Hex FE FA F8

RGB Percentages of Color #fefaf8

%33.78
%33.24
%32.98

CMYK Percentages of Color #fefaf8

%0
%2
%2
%0

Triadic Colors of #fefaf8

#fefaf8 #f8fefa #faf8fe

Analogous Colors of #fefaf8

#fefaf8 #fefdf8 #fef8f9

Monochromatic Colors of #fefaf8

#fefaf8

Complementary Color

#fefaf8 #f8fcfe

#fefaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaf8 Color CSS Codes

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

#fefaf8 Text Font Color

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

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


#fefaf8 Background Color

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

This div background color is #fefaf8


#fefaf8 Border Color

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

This div border color is #fefaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.