Color Hex Logo

#fefbdc Color Hex

#FEFBDC
(254,251,220)
0 Favorites   0 Comments

Color spaces of #fefbdc

RGB 254251220
HSL0.150.940.93
HSV55°13°100°
CMYK 0.000.010.13   0.00
XYZ88.288595.232581.4386
Yxy95.23250.33320.3594
Hunter Lab97.5871-9.286018.8322
CIE-Lab98.1265-4.068115.2238

#fefbdc color RGB value is (254,251,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11011100
Octal 376 373 334
Decimal 254 251 220
Hex FE FB DC

RGB Percentages of Color #fefbdc

%35.03
%34.62
%30.34

CMYK Percentages of Color #fefbdc

%0
%1
%13
%0

Triadic Colors of #fefbdc

#fefbdc #dcfefb #fbdcfe

Analogous Colors of #fefbdc

#fefbdc #f0fedc #feeadc

Monochromatic Colors of #fefbdc

#fefbdc

Complementary Color

#fefbdc #dcdffe

#fefbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbdc Color CSS Codes

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

#fefbdc Text Font Color

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

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


#fefbdc Background Color

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

This div background color is #fefbdc


#fefbdc Border Color

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

This div border color is #fefbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbdc

Related Colors

#fefbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.