Color Hex Logo

#fefadc Color Hex

#FEFADC
(254,250,220)
0 Favorites   0 Comments

Color spaces of #fefadc

RGB 254250220
HSL0.150.940.93
HSV53°13°100°
CMYK 0.000.020.13   0.00
XYZ87.976994.609481.3347
Yxy94.60940.33330.3585
Hunter Lab97.2674-8.767318.5090
CIE-Lab97.8770-3.567514.8709

#fefadc color RGB value is (254,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11011100
Octal 376 372 334
Decimal 254 250 220
Hex FE FA DC

RGB Percentages of Color #fefadc

%35.08
%34.53
%30.39

CMYK Percentages of Color #fefadc

%0
%2
%13
%0

Triadic Colors of #fefadc

#fefadc #dcfefa #fadcfe

Analogous Colors of #fefadc

#fefadc #f1fedc #fee9dc

Monochromatic Colors of #fefadc

#fefadc

Complementary Color

#fefadc #dce0fe

#fefadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefadc Color CSS Codes

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

#fefadc Text Font Color

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

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


#fefadc Background Color

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

This div background color is #fefadc


#fefadc Border Color

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

This div border color is #fefadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefadc

Related Colors

#fefadc Color Palettes


Comments

No comments written yet.

Please login to write comment.