Color Hex Logo

#fefaed Color Hex

#FEFAED
(254,250,237)
0 Favorites   0 Comments

Color spaces of #fefaed

RGB 254250237
HSL0.130.890.96
HSV46°100°
CMYK 0.000.020.07   0.00
XYZ90.344795.556593.8033
Yxy95.55650.32300.3416
Hunter Lab97.7530-6.095611.5327
CIE-Lab98.2558-0.86716.6880

#fefaed color RGB value is (254,250,237).

#fefaed hex color red value is 254, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fefaed hue: 0.13 , saturation: 0.89 and the lightness value of fefaed is 0.96.

The process color (four color CMYK) of #fefaed color hex is 0.00, 0.02, 0.07, 0.00. Web safe color of #fefaed is #ffffff. Color #fefaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11101101
Octal 376 372 355
Decimal 254 250 237
Hex FE FA ED

RGB Percentages of Color #fefaed

%34.28
%33.74
%31.98

CMYK Percentages of Color #fefaed

%0
%2
%7
%0

Triadic Colors of #fefaed

#fefaed #edfefa #faedfe

Analogous Colors of #fefaed

#fefaed #fafeed #fef2ed

Monochromatic Colors of #fefaed

#fefaed

Complementary Color

#fefaed #edf1fe

#fefaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaed Color CSS Codes

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

#fefaed Text Font Color

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

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


#fefaed Background Color

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

This div background color is #fefaed


#fefaed Border Color

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

This div border color is #fefaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaed


Comments

No comments written yet.

Please login to write comment.