Color Hex Logo

#fdefe9 Color Hex

#FDEFE9
(253,239,233)
0 Favorites   0 Comments

Color spaces of #fdefe9

RGB 253239233
HSL0.050.830.95
HSV18°99°
CMYK 0.000.060.08   0.01
XYZ86.082588.498889.6357
Yxy88.49880.32580.3349
Hunter Lab94.0738-1.29229.3588
CIE-Lab95.37063.71324.5748

#fdefe9 color RGB value is (253,239,233).

#fdefe9 hex color red value is 253, green value is 239 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fdefe9 hue: 0.05 , saturation: 0.83 and the lightness value of fdefe9 is 0.95.

The process color (four color CMYK) of #fdefe9 color hex is 0.00, 0.06, 0.08, 0.01. Web safe color of #fdefe9 is #ffffff. Color #fdefe9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11101001
Octal 375 357 351
Decimal 253 239 233
Hex FD EF E9

RGB Percentages of Color #fdefe9

%34.90
%32.97
%32.14

CMYK Percentages of Color #fdefe9

%0
%6
%8
%1

Triadic Colors of #fdefe9

#fdefe9 #e9fdef #efe9fd

Analogous Colors of #fdefe9

#fdefe9 #fdf9e9 #fde9ed

Monochromatic Colors of #fdefe9

#fdefe9

Complementary Color

#fdefe9 #e9f7fd

#fdefe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefe9 Color CSS Codes

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

#fdefe9 Text Font Color

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

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


#fdefe9 Background Color

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

This div background color is #fdefe9


#fdefe9 Border Color

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

This div border color is #fdefe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefe9

Related Colors

#fdefe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.