Color Hex Logo

#fef8e9 Color Hex

#FEF8E9
(254,248,233)
0 Favorites   0 Comments

Color spaces of #fef8e9

RGB 254248233
HSL0.120.910.95
HSV43°100°
CMYK 0.000.020.08   0.00
XYZ89.148494.088890.5531
Yxy94.08880.32560.3437
Hunter Lab96.9994-5.696412.5498
CIE-Lab97.6678-0.51227.8981

#fef8e9 color RGB value is (254,248,233).

#fef8e9 hex color red value is 254, green value is 248 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fef8e9 hue: 0.12 , saturation: 0.91 and the lightness value of fef8e9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 11101001
Octal 376 370 351
Decimal 254 248 233
Hex FE F8 E9

RGB Percentages of Color #fef8e9

%34.56
%33.74
%31.70

CMYK Percentages of Color #fef8e9

%0
%2
%8
%0

Triadic Colors of #fef8e9

#fef8e9 #e9fef8 #f8e9fe

Analogous Colors of #fef8e9

#fef8e9 #fafee9 #feeee9

Monochromatic Colors of #fef8e9

#fef8e9

Complementary Color

#fef8e9 #e9effe

#fef8e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef8e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef8e9 Color CSS Codes

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

#fef8e9 Text Font Color

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

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


#fef8e9 Background Color

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

This div background color is #fef8e9


#fef8e9 Border Color

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

This div border color is #fef8e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef8e9

Related Colors


Comments

No comments written yet.

Please login to write comment.