Color Hex Logo

#fef1e5 Color Hex

#FEF1E5
(254,241,229)
0 Favorites   0 Comments

Color spaces of #fef1e5

RGB 254241229
HSL0.080.930.95
HSV29°10°100°
CMYK 0.000.050.10   0.00
XYZ86.471289.638686.8732
Yxy89.63860.32880.3409
Hunter Lab94.6777-2.657911.8718
CIE-Lab95.84672.38817.3413

#fef1e5 color RGB value is (254,241,229).

#fef1e5 hex color red value is 254, green value is 241 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fef1e5 hue: 0.08 , saturation: 0.93 and the lightness value of fef1e5 is 0.95.

The process color (four color CMYK) of #fef1e5 color hex is 0.00, 0.05, 0.10, 0.00. Web safe color of #fef1e5 is #ffffcc. Color #fef1e5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 11100101
Octal 376 361 345
Decimal 254 241 229
Hex FE F1 E5

RGB Percentages of Color #fef1e5

%35.08
%33.29
%31.63

CMYK Percentages of Color #fef1e5

%0
%5
%10
%0

Triadic Colors of #fef1e5

#fef1e5 #e5fef1 #f1e5fe

Analogous Colors of #fef1e5

#fef1e5 #fefee5 #fee5e6

Monochromatic Colors of #fef1e5

#fef1e5

Complementary Color

#fef1e5 #e5f2fe

#fef1e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef1e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef1e5 Color CSS Codes

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

#fef1e5 Text Font Color

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

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


#fef1e5 Background Color

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

This div background color is #fef1e5


#fef1e5 Border Color

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

This div border color is #fef1e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef1e5

Related Colors


Comments

No comments written yet.

Please login to write comment.