Color Hex Logo

#fef5be Color Hex

#FEF5BE
(254,245,190)
0 Favorites   0 Comments

Color spaces of #fef5be

RGB 254245190
HSL0.140.970.87
HSV52°25°100°
CMYK 0.000.040.25   0.00
XYZ82.819790.093461.7399
Yxy90.09340.35290.3839
Hunter Lab94.9175-10.356727.8766
CIE-Lab96.0355-5.343827.6263

#fef5be color RGB value is (254,245,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10111110
Octal 376 365 276
Decimal 254 245 190
Hex FE F5 BE

RGB Percentages of Color #fef5be

%36.87
%35.56
%27.58

CMYK Percentages of Color #fef5be

%0
%4
%25
%0

Triadic Colors of #fef5be

#fef5be #befef5 #f5befe

Analogous Colors of #fef5be

#fef5be #e7febe #fed5be

Monochromatic Colors of #fef5be

#fef5be

Complementary Color

#fef5be #bec7fe

#fef5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef5be Color CSS Codes

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

#fef5be Text Font Color

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

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


#fef5be Background Color

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

This div background color is #fef5be


#fef5be Border Color

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

This div border color is #fef5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef5be

Related Colors


Comments

No comments written yet.

Please login to write comment.