Color Hex Logo

#fefdf4 Color Hex

#FEFDF4
(254,253,244)
0 Favorites   0 Comments

Color spaces of #fefdf4

RGB 254253244
HSL0.150.830.98
HSV54°100°
CMYK 0.000.000.04   0.00
XYZ92.327597.853099.6093
Yxy97.85300.31860.3377
Hunter Lab98.9207-6.50849.5417
CIE-Lab99.1638-1.21074.4057

#fefdf4 color RGB value is (254,253,244).

#fefdf4 hex color red value is 254, green value is 253 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #fefdf4 hue: 0.15 , saturation: 0.83 and the lightness value of fefdf4 is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11110100
Octal 376 375 364
Decimal 254 253 244
Hex FE FD F4

RGB Percentages of Color #fefdf4

%33.82
%33.69
%32.49

CMYK Percentages of Color #fefdf4

%0
%0
%4
%0

Triadic Colors of #fefdf4

#fefdf4 #f4fefd #fdf4fe

Analogous Colors of #fefdf4

#fefdf4 #fafef4 #fef8f4

Monochromatic Colors of #fefdf4

#fefdf4

Complementary Color

#fefdf4 #f4f5fe

#fefdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdf4 Color CSS Codes

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

#fefdf4 Text Font Color

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

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


#fefdf4 Background Color

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

This div background color is #fefdf4


#fefdf4 Border Color

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

This div border color is #fefdf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdf4

Related Colors


Comments

No comments written yet.

Please login to write comment.