Color Hex Logo

#fdecae Color Hex

#FDECAE
(253,236,174)
0 Favorites   0 Comments

Color spaces of #fdecae

RGB 253236174
HSL0.130.950.84
HSV47°31°99°
CMYK 0.000.070.31   0.01
XYZ78.143483.929552.1258
Yxy83.92950.36480.3918
Hunter Lab91.6130-8.067330.3944
CIE-Lab93.4199-3.232632.1982

#fdecae color RGB value is (253,236,174).

#fdecae hex color red value is 253, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fdecae hue: 0.13 , saturation: 0.95 and the lightness value of fdecae is 0.84.

The process color (four color CMYK) of #fdecae color hex is 0.00, 0.07, 0.31, 0.01. Web safe color of #fdecae is #ffff99. Color #fdecae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 10101110
Octal 375 354 256
Decimal 253 236 174
Hex FD EC AE

RGB Percentages of Color #fdecae

%38.16
%35.60
%26.24

CMYK Percentages of Color #fdecae

%0
%7
%31
%1

Triadic Colors of #fdecae

#fdecae #aefdec #ecaefd

Analogous Colors of #fdecae

#fdecae #e7fdae #fdc5ae

Monochromatic Colors of #fdecae

#fdecae

Complementary Color

#fdecae #aebffd

#fdecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecae Color CSS Codes

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

#fdecae Text Font Color

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

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


#fdecae Background Color

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

This div background color is #fdecae


#fdecae Border Color

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

This div border color is #fdecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecae


Comments

No comments written yet.

Please login to write comment.