Color Hex Logo

#fdeefc Color Hex

#FDEEFC
(253,238,252)
0 Favorites   0 Comments

Color spaces of #fdeefc

RGB 253238252
HSL0.840.790.96
HSV304°99°
CMYK 0.000.060.00   0.01
XYZ88.653289.0600104.6132
Yxy89.06000.31400.3155
Hunter Lab94.37162.53360.3357
CIE-Lab95.60557.4690-4.9275

#fdeefc color RGB value is (253,238,252).

#fdeefc hex color red value is 253, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fdeefc hue: 0.84 , saturation: 0.79 and the lightness value of fdeefc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11111100
Octal 375 356 374
Decimal 253 238 252
Hex FD EE FC

RGB Percentages of Color #fdeefc

%34.05
%32.03
%33.92

CMYK Percentages of Color #fdeefc

%0
%6
%0
%1

Triadic Colors of #fdeefc

#fdeefc #fcfdee #eefcfd

Analogous Colors of #fdeefc

#fdeefc #fdeef5 #f7eefd

Monochromatic Colors of #fdeefc

#fdeefc

Complementary Color

#fdeefc #eefdef

#fdeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeefc Color CSS Codes

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

#fdeefc Text Font Color

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

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


#fdeefc Background Color

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

This div background color is #fdeefc


#fdeefc Border Color

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

This div border color is #fdeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeefc

Related Colors


Comments

No comments written yet.

Please login to write comment.