Color Hex Logo

#fdeff8 Color Hex

#FDEFF8
(253,239,248)
0 Favorites   0 Comments

Color spaces of #fdeff8

RGB 253239248
HSL0.890.780.96
HSV321°99°
CMYK 0.000.060.02   0.01
XYZ88.317889.3930101.4067
Yxy89.39300.31640.3203
Hunter Lab94.54791.27932.5924
CIE-Lab95.74446.2533-2.6507

#fdeff8 color RGB value is (253,239,248).

#fdeff8 hex color red value is 253, green value is 239 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #fdeff8 hue: 0.89 , saturation: 0.78 and the lightness value of fdeff8 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11111000
Octal 375 357 370
Decimal 253 239 248
Hex FD EF F8

RGB Percentages of Color #fdeff8

%34.19
%32.30
%33.51

CMYK Percentages of Color #fdeff8

%0
%6
%2
%1

Triadic Colors of #fdeff8

#fdeff8 #f8fdef #eff8fd

Analogous Colors of #fdeff8

#fdeff8 #fdeff1 #fbeffd

Monochromatic Colors of #fdeff8

#fdeff8

Complementary Color

#fdeff8 #effdf4

#fdeff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeff8 Color CSS Codes

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

#fdeff8 Text Font Color

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

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


#fdeff8 Background Color

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

This div background color is #fdeff8


#fdeff8 Border Color

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

This div border color is #fdeff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeff8


Comments

No comments written yet.

Please login to write comment.