Color Hex Logo

#fefade Color Hex

#FEFADE
(254,250,222)
0 Favorites   0 Comments

Color spaces of #fefade

RGB 254250222
HSL0.150.940.93
HSV53°13°100°
CMYK 0.000.020.13   0.00
XYZ88.243594.716082.7383
Yxy94.71600.33210.3565
Hunter Lab97.3221-8.465017.7202
CIE-Lab97.9198-3.260113.9067

#fefade color RGB value is (254,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11011110
Octal 376 372 336
Decimal 254 250 222
Hex FE FA DE

RGB Percentages of Color #fefade

%34.99
%34.44
%30.58

CMYK Percentages of Color #fefade

%0
%2
%13
%0

Triadic Colors of #fefade

#fefade #defefa #fadefe

Analogous Colors of #fefade

#fefade #f2fede #feeade

Monochromatic Colors of #fefade

#fefade

Complementary Color

#fefade #dee2fe

#fefade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefade Color CSS Codes

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

#fefade Text Font Color

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

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


#fefade Background Color

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

This div background color is #fefade


#fefade Border Color

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

This div border color is #fefade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefade


Comments

No comments written yet.

Please login to write comment.