Color Hex Logo

#fef6ee Color Hex

#FEF6EE
(254,246,238)
0 Favorites   0 Comments

Color spaces of #fef6ee

RGB 254246238
HSL0.080.890.96
HSV30°100°
CMYK 0.000.030.06   0.00
XYZ89.261493.155494.1651
Yxy93.15540.32270.3368
Hunter Lab96.5170-3.82359.7167
CIE-Lab97.29061.32004.7797

#fef6ee color RGB value is (254,246,238).

#fef6ee hex color red value is 254, green value is 246 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fef6ee hue: 0.08 , saturation: 0.89 and the lightness value of fef6ee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 11101110
Octal 376 366 356
Decimal 254 246 238
Hex FE F6 EE

RGB Percentages of Color #fef6ee

%34.42
%33.33
%32.25

CMYK Percentages of Color #fef6ee

%0
%3
%6
%0

Triadic Colors of #fef6ee

#fef6ee #eefef6 #f6eefe

Analogous Colors of #fef6ee

#fef6ee #fefeee #feeeee

Monochromatic Colors of #fef6ee

#fef6ee

Complementary Color

#fef6ee #eef6fe

#fef6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6ee Color CSS Codes

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

#fef6ee Text Font Color

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

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


#fef6ee Background Color

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

This div background color is #fef6ee


#fef6ee Border Color

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

This div border color is #fef6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6ee

Related Colors


Comments

No comments written yet.

Please login to write comment.