Color Hex Logo

#fcddae Color Hex

#FCDDAE
(252,221,174)
0 Favorites   0 Comments

Color spaces of #fcddae

RGB 252221174
HSL0.100.930.84
HSV36°31°99°
CMYK 0.000.120.31   0.01
XYZ73.641375.464350.7292
Yxy75.46430.36850.3776
Hunter Lab86.8702-0.705426.1858
CIE-Lab89.61004.015227.0395

#fcddae color RGB value is (252,221,174).

#fcddae hex color red value is 252, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fcddae hue: 0.10 , saturation: 0.93 and the lightness value of fcddae is 0.84.

The process color (four color CMYK) of #fcddae color hex is 0.00, 0.12, 0.31, 0.01. Web safe color of #fcddae is #ffcc99. Color #fcddae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10101110
Octal 374 335 256
Decimal 252 221 174
Hex FC DD AE

RGB Percentages of Color #fcddae

%38.95
%34.16
%26.89

CMYK Percentages of Color #fcddae

%0
%12
%31
%1

Triadic Colors of #fcddae

#fcddae #aefcdd #ddaefc

Analogous Colors of #fcddae

#fcddae #f4fcae #fcb6ae

Monochromatic Colors of #fcddae

#fcddae

Complementary Color

#fcddae #aecdfc

#fcddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddae Color CSS Codes

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

#fcddae Text Font Color

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

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


#fcddae Background Color

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

This div background color is #fcddae


#fcddae Border Color

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

This div border color is #fcddae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,221,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 #fcddae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddae

#fcddae Color Palettes


Comments

No comments written yet.

Please login to write comment.