Color Hex Logo

#fdeeca Color Hex

#FDEECA
(253,238,202)
0 Favorites   0 Comments

Color spaces of #fdeeca

RGB 253238202
HSL0.120.930.89
HSV42°20°99°
CMYK 0.000.060.20   0.01
XYZ81.743286.296068.2256
Yxy86.29600.34600.3653
Hunter Lab92.8956-5.496921.4824
CIE-Lab94.4388-0.539519.2687

#fdeeca color RGB value is (253,238,202).

#fdeeca hex color red value is 253, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fdeeca hue: 0.12 , saturation: 0.93 and the lightness value of fdeeca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11001010
Octal 375 356 312
Decimal 253 238 202
Hex FD EE CA

RGB Percentages of Color #fdeeca

%36.51
%34.34
%29.15

CMYK Percentages of Color #fdeeca

%0
%6
%20
%1

Triadic Colors of #fdeeca

#fdeeca #cafdee #eecafd

Analogous Colors of #fdeeca

#fdeeca #f3fdca #fdd5ca

Monochromatic Colors of #fdeeca

#fdeeca

Complementary Color

#fdeeca #cad9fd

#fdeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeeca Color CSS Codes

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

#fdeeca Text Font Color

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

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


#fdeeca Background Color

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

This div background color is #fdeeca


#fdeeca Border Color

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

This div border color is #fdeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeeca


Comments

No comments written yet.

Please login to write comment.