Color Hex Logo

#fee7be Color Hex

#FEE7BE
(254,231,190)
0 Favorites   0 Comments

Color spaces of #fee7be

RGB 254231190
HSL0.110.970.87
HSV38°25°100°
CMYK 0.000.090.25   0.00
XYZ78.743281.940460.3811
Yxy81.94040.35620.3707
Hunter Lab90.5209-3.136423.8158
CIE-Lab92.54851.718522.8378

#fee7be color RGB value is (254,231,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 10111110
Octal 376 347 276
Decimal 254 231 190
Hex FE E7 BE

RGB Percentages of Color #fee7be

%37.63
%34.22
%28.15

CMYK Percentages of Color #fee7be

%0
%9
%25
%0

Triadic Colors of #fee7be

#fee7be #befee7 #e7befe

Analogous Colors of #fee7be

#fee7be #f5febe #fec7be

Monochromatic Colors of #fee7be

#fee7be

Complementary Color

#fee7be #bed5fe

#fee7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7be Color CSS Codes

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

#fee7be Text Font Color

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

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


#fee7be Background Color

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

This div background color is #fee7be


#fee7be Border Color

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

This div border color is #fee7be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,231,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 #fee7be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7be

Related Colors

#fee7be Color Palettes


Comments

No comments written yet.

Please login to write comment.