Color Hex Logo

#fdece3 Color Hex

#FDECE3
(253,236,227)
0 Favorites   0 Comments

Color spaces of #fdece3

RGB 253236227
HSL0.060.870.94
HSV21°10°99°
CMYK 0.000.070.10   0.01
XYZ84.368686.419684.9070
Yxy86.41960.33000.3380
Hunter Lab92.9621-0.684510.9210
CIE-Lab94.49154.27036.4150

#fdece3 color RGB value is (253,236,227).

#fdece3 hex color red value is 253, green value is 236 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fdece3 hue: 0.06 , saturation: 0.87 and the lightness value of fdece3 is 0.94.

The process color (four color CMYK) of #fdece3 color hex is 0.00, 0.07, 0.10, 0.01. Web safe color of #fdece3 is #ffffcc. Color #fdece3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11100011
Octal 375 354 343
Decimal 253 236 227
Hex FD EC E3

RGB Percentages of Color #fdece3

%35.34
%32.96
%31.70

CMYK Percentages of Color #fdece3

%0
%7
%10
%1

Triadic Colors of #fdece3

#fdece3 #e3fdec #ece3fd

Analogous Colors of #fdece3

#fdece3 #fdf9e3 #fde3e7

Monochromatic Colors of #fdece3

#fdece3

Complementary Color

#fdece3 #e3f4fd

#fdece3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdece3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdece3 Color CSS Codes

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

#fdece3 Text Font Color

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

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


#fdece3 Background Color

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

This div background color is #fdece3


#fdece3 Border Color

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

This div border color is #fdece3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdece3


Comments

No comments written yet.

Please login to write comment.