Color Hex Logo

#fef4bb Color Hex

#FEF4BB
(254,244,187)
0 Favorites   0 Comments

Color spaces of #fef4bb

RGB 254244187
HSL0.140.970.86
HSV51°26°100°
CMYK 0.000.040.26   0.00
XYZ82.193489.360159.9299
Yxy89.36010.35510.3860
Hunter Lab94.5305-10.224228.5830
CIE-Lab95.7307-5.236928.7345

#fef4bb color RGB value is (254,244,187).

#fef4bb hex color red value is 254, green value is 244 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fef4bb hue: 0.14 , saturation: 0.97 and the lightness value of fef4bb is 0.86.

The process color (four color CMYK) of #fef4bb color hex is 0.00, 0.04, 0.26, 0.00. Web safe color of #fef4bb is #ffffcc. Color #fef4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10111011
Octal 376 364 273
Decimal 254 244 187
Hex FE F4 BB

RGB Percentages of Color #fef4bb

%37.08
%35.62
%27.30

CMYK Percentages of Color #fef4bb

%0
%4
%26
%0

Triadic Colors of #fef4bb

#fef4bb #bbfef4 #f4bbfe

Analogous Colors of #fef4bb

#fef4bb #e7febb #fed3bb

Monochromatic Colors of #fef4bb

#fef4bb

Complementary Color

#fef4bb #bbc5fe

#fef4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4bb Color CSS Codes

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

#fef4bb Text Font Color

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

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


#fef4bb Background Color

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

This div background color is #fef4bb


#fef4bb Border Color

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

This div border color is #fef4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4bb


Comments

No comments written yet.

Please login to write comment.