Color Hex Logo

#fef5bc Color Hex

#FEF5BC
(254,245,188)
0 Favorites   0 Comments

Color spaces of #fef5bc

RGB 254245188
HSL0.140.970.87
HSV52°26°100°
CMYK 0.000.040.26   0.00
XYZ82.602690.006560.5963
Yxy90.00650.35420.3860
Hunter Lab94.8718-10.609828.5406
CIE-Lab95.9995-5.606128.5926

#fef5bc color RGB value is (254,245,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10111100
Octal 376 365 274
Decimal 254 245 188
Hex FE F5 BC

RGB Percentages of Color #fef5bc

%36.97
%35.66
%27.37

CMYK Percentages of Color #fef5bc

%0
%4
%26
%0

Triadic Colors of #fef5bc

#fef5bc #bcfef5 #f5bcfe

Analogous Colors of #fef5bc

#fef5bc #e6febc #fed4bc

Monochromatic Colors of #fef5bc

#fef5bc

Complementary Color

#fef5bc #bcc5fe

#fef5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef5bc Color CSS Codes

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

#fef5bc Text Font Color

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

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


#fef5bc Background Color

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

This div background color is #fef5bc


#fef5bc Border Color

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

This div border color is #fef5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef5bc

Related Colors


Comments

No comments written yet.

Please login to write comment.