Color Hex Logo

#fef5eb Color Hex

#FEF5EB
(254,245,235)
0 Favorites   0 Comments

Color spaces of #fef5eb

RGB 254245235
HSL0.090.900.96
HSV32°100°
CMYK 0.000.040.07   0.00
XYZ88.520992.373891.7616
Yxy92.37380.32470.3388
Hunter Lab96.1113-3.791810.6712
CIE-Lab96.97291.33185.8671

#fef5eb color RGB value is (254,245,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 11101011
Octal 376 365 353
Decimal 254 245 235
Hex FE F5 EB

RGB Percentages of Color #fef5eb

%34.60
%33.38
%32.02

CMYK Percentages of Color #fef5eb

%0
%4
%7
%0

Triadic Colors of #fef5eb

#fef5eb #ebfef5 #f5ebfe

Analogous Colors of #fef5eb

#fef5eb #fefeeb #feeceb

Monochromatic Colors of #fef5eb

#fef5eb

Complementary Color

#fef5eb #ebf4fe

#fef5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef5eb Color CSS Codes

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

#fef5eb Text Font Color

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

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


#fef5eb Background Color

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

This div background color is #fef5eb


#fef5eb Border Color

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

This div border color is #fef5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef5eb

Related Colors


Comments

No comments written yet.

Please login to write comment.