Color Hex Logo

#fefbdf Color Hex

#FEFBDF
(254,251,223)
1 Favorites   0 Comments

Color spaces of #fefbdf

RGB 254251223
HSL0.150.940.94
HSV54°12°100°
CMYK 0.000.010.12   0.00
XYZ88.689595.392983.5503
Yxy95.39290.33140.3564
Hunter Lab97.6693-8.832717.6494
CIE-Lab98.1905-3.606713.7784

#fefbdf color RGB value is (254,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11011111
Octal 376 373 337
Decimal 254 251 223
Hex FE FB DF

RGB Percentages of Color #fefbdf

%34.89
%34.48
%30.63

CMYK Percentages of Color #fefbdf

%0
%1
%12
%0

Triadic Colors of #fefbdf

#fefbdf #dffefb #fbdffe

Analogous Colors of #fefbdf

#fefbdf #f2fedf #feecdf

Monochromatic Colors of #fefbdf

#fefbdf

Complementary Color

#fefbdf #dfe2fe

#fefbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbdf Color CSS Codes

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

#fefbdf Text Font Color

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

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


#fefbdf Background Color

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

This div background color is #fefbdf


#fefbdf Border Color

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

This div border color is #fefbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbdf

Related Colors

#fefbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.