Color Hex Logo

#fee4bd Color Hex

#FEE4BD
(254,228,189)
0 Favorites   0 Comments

Color spaces of #fee4bd

RGB 254228189
HSL0.100.970.87
HSV36°26°100°
CMYK 0.000.100.26   0.00
XYZ77.801880.231859.5298
Yxy80.23180.35760.3688
Hunter Lab89.5722-1.707523.2963
CIE-Lab91.78883.114522.3037

#fee4bd color RGB value is (254,228,189).

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

The process color (four color CMYK) of #fee4bd color hex is 0.00, 0.10, 0.26, 0.00. Web safe color of #fee4bd is #ffcccc. Color #fee4bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 10111101
Octal 376 344 275
Decimal 254 228 189
Hex FE E4 BD

RGB Percentages of Color #fee4bd

%37.85
%33.98
%28.17

CMYK Percentages of Color #fee4bd

%0
%10
%26
%0

Triadic Colors of #fee4bd

#fee4bd #bdfee4 #e4bdfe

Analogous Colors of #fee4bd

#fee4bd #f8febd #fec4bd

Monochromatic Colors of #fee4bd

#fee4bd

Complementary Color

#fee4bd #bdd7fe

#fee4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4bd Color CSS Codes

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

#fee4bd Text Font Color

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

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


#fee4bd Background Color

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

This div background color is #fee4bd


#fee4bd Border Color

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

This div border color is #fee4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4bd


Comments

No comments written yet.

Please login to write comment.