Color Hex Logo

#fefdf9 Color Hex

#FEFDF9
(254,253,249)
1 Favorites   0 Comments

Color spaces of #fefdf9

RGB 254253249
HSL0.130.710.99
HSV48°100°
CMYK 0.000.000.02   0.00
XYZ93.097298.1609103.6627
Yxy98.16090.31570.3328
Hunter Lab99.0762-5.65537.3186
CIE-Lab99.2845-0.35852.0151

#fefdf9 color RGB value is (254,253,249).

#fefdf9 hex color red value is 254, green value is 253 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #fefdf9 hue: 0.13 , saturation: 0.71 and the lightness value of fefdf9 is 0.99.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11111001
Octal 376 375 371
Decimal 254 253 249
Hex FE FD F9

RGB Percentages of Color #fefdf9

%33.60
%33.47
%32.94

CMYK Percentages of Color #fefdf9

%0
%0
%2
%0

Triadic Colors of #fefdf9

#fefdf9 #f9fefd #fdf9fe

Analogous Colors of #fefdf9

#fefdf9 #fdfef9 #fefbf9

Monochromatic Colors of #fefdf9

#fefdf9

Complementary Color

#fefdf9 #f9fafe

#fefdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdf9 Color CSS Codes

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

#fefdf9 Text Font Color

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

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


#fefdf9 Background Color

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

This div background color is #fefdf9


#fefdf9 Border Color

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

This div border color is #fefdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdf9

Related Colors


Comments

No comments written yet.

Please login to write comment.