Color Hex Logo

#fee6be Color Hex

#FEE6BE
(254,230,190)
0 Favorites   0 Comments

Color spaces of #fee6be

RGB 254230190
HSL0.100.970.87
HSV38°25°100°
CMYK 0.000.090.25   0.00
XYZ78.464181.382260.2880
Yxy81.38220.35640.3697
Hunter Lab90.2121-2.616523.5254
CIE-Lab92.30152.227922.4963

#fee6be color RGB value is (254,230,190).

#fee6be hex color red value is 254, green value is 230 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fee6be hue: 0.10 , saturation: 0.97 and the lightness value of fee6be is 0.87.

The process color (four color CMYK) of #fee6be color hex is 0.00, 0.09, 0.25, 0.00. Web safe color of #fee6be is #ffffcc. Color #fee6be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10111110
Octal 376 346 276
Decimal 254 230 190
Hex FE E6 BE

RGB Percentages of Color #fee6be

%37.69
%34.12
%28.19

CMYK Percentages of Color #fee6be

%0
%9
%25
%0

Triadic Colors of #fee6be

#fee6be #befee6 #e6befe

Analogous Colors of #fee6be

#fee6be #f6febe #fec6be

Monochromatic Colors of #fee6be

#fee6be

Complementary Color

#fee6be #bed6fe

#fee6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee6be Color CSS Codes

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

#fee6be Text Font Color

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

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


#fee6be Background Color

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

This div background color is #fee6be


#fee6be Border Color

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

This div border color is #fee6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee6be

Related Colors


Comments

No comments written yet.

Please login to write comment.