Color Hex Logo

#fefbe0 Color Hex

#FEFBE0
(254,251,224)
0 Favorites   0 Comments

Color spaces of #fefbe0

RGB 254251224
HSL0.150.940.94
HSV54°12°100°
CMYK 0.000.010.12   0.00
XYZ88.824895.447084.2626
Yxy95.44700.33080.3554
Hunter Lab97.6970-8.679917.2509
CIE-Lab98.2121-3.451413.2967

#fefbe0 color RGB value is (254,251,224).

#fefbe0 hex color red value is 254, green value is 251 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fefbe0 hue: 0.15 , saturation: 0.94 and the lightness value of fefbe0 is 0.94.

The process color (four color CMYK) of #fefbe0 color hex is 0.00, 0.01, 0.12, 0.00. Web safe color of #fefbe0 is #ffffcc. Color #fefbe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11100000
Octal 376 373 340
Decimal 254 251 224
Hex FE FB E0

RGB Percentages of Color #fefbe0

%34.84
%34.43
%30.73

CMYK Percentages of Color #fefbe0

%0
%1
%12
%0

Triadic Colors of #fefbe0

#fefbe0 #e0fefb #fbe0fe

Analogous Colors of #fefbe0

#fefbe0 #f2fee0 #feece0

Monochromatic Colors of #fefbe0

#fefbe0

Complementary Color

#fefbe0 #e0e3fe

#fefbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbe0 Color CSS Codes

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

#fefbe0 Text Font Color

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

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


#fefbe0 Background Color

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

This div background color is #fefbe0


#fefbe0 Border Color

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

This div border color is #fefbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbe0

Related Colors


Comments

No comments written yet.

Please login to write comment.