Color Hex Logo

#fefbe8 Color Hex

#FEFBE8
(254,251,232)
0 Favorites   0 Comments

Color spaces of #fefbe8

RGB 254251232
HSL0.140.920.95
HSV52°100°
CMYK 0.000.010.09   0.00
XYZ89.935795.891490.1127
Yxy95.89140.32590.3475
Hunter Lab97.9242-7.428913.9865
CIE-Lab98.3891-2.18489.4472

#fefbe8 color RGB value is (254,251,232).

#fefbe8 hex color red value is 254, green value is 251 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #fefbe8 hue: 0.14 , saturation: 0.92 and the lightness value of fefbe8 is 0.95.

The process color (four color CMYK) of #fefbe8 color hex is 0.00, 0.01, 0.09, 0.00. Web safe color of #fefbe8 is #ffffff. Color #fefbe8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11101000
Octal 376 373 350
Decimal 254 251 232
Hex FE FB E8

RGB Percentages of Color #fefbe8

%34.46
%34.06
%31.48

CMYK Percentages of Color #fefbe8

%0
%1
%9
%0

Triadic Colors of #fefbe8

#fefbe8 #e8fefb #fbe8fe

Analogous Colors of #fefbe8

#fefbe8 #f6fee8 #fef0e8

Monochromatic Colors of #fefbe8

#fefbe8

Complementary Color

#fefbe8 #e8ebfe

#fefbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbe8 Color CSS Codes

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

#fefbe8 Text Font Color

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

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


#fefbe8 Background Color

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

This div background color is #fefbe8


#fefbe8 Border Color

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

This div border color is #fefbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbe8

Related Colors

#fefbe8 Color Palettes


Comments

No comments written yet.

Please login to write comment.