Color Hex Logo

#fdeeea Color Hex

#FDEEEA
(253,238,234)
0 Favorites   0 Comments

Color spaces of #fdeeea

RGB 253238234
HSL0.040.830.95
HSV13°99°
CMYK 0.000.060.08   0.01
XYZ85.933887.972290.2930
Yxy87.97220.32530.3330
Hunter Lab93.7935-0.59658.5782
CIE-Lab95.14924.38853.7361

#fdeeea color RGB value is (253,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11101010
Octal 375 356 352
Decimal 253 238 234
Hex FD EE EA

RGB Percentages of Color #fdeeea

%34.90
%32.83
%32.28

CMYK Percentages of Color #fdeeea

%0
%6
%8
%1

Triadic Colors of #fdeeea

#fdeeea #eafdee #eeeafd

Analogous Colors of #fdeeea

#fdeeea #fdf8ea #fdeaf0

Monochromatic Colors of #fdeeea

#fdeeea

Complementary Color

#fdeeea #eaf9fd

#fdeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeeea Color CSS Codes

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

#fdeeea Text Font Color

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

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


#fdeeea Background Color

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

This div background color is #fdeeea


#fdeeea Border Color

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

This div border color is #fdeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeeea

#fdeeea Color Palettes


Comments

No comments written yet.

Please login to write comment.