Color Hex Logo

#fccdae Color Hex

#FCCDAE
(252,205,174)
0 Favorites   0 Comments

Color spaces of #fccdae

RGB 252205174
HSL0.070.930.84
HSV24°31°99°
CMYK 0.000.190.31   0.01
XYZ69.616267.414149.3874
Yxy67.41410.37340.3616
Hunter Lab82.10617.661121.8109
CIE-Lab85.712612.290121.6991

#fccdae color RGB value is (252,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10101110
Octal 374 315 256
Decimal 252 205 174
Hex FC CD AE

RGB Percentages of Color #fccdae

%39.94
%32.49
%27.58

CMYK Percentages of Color #fccdae

%0
%19
%31
%1

Triadic Colors of #fccdae

#fccdae #aefccd #cdaefc

Analogous Colors of #fccdae

#fccdae #fcf4ae #fcaeb6

Monochromatic Colors of #fccdae

#fccdae

Complementary Color

#fccdae #aeddfc

#fccdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdae Color CSS Codes

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

#fccdae Text Font Color

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

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


#fccdae Background Color

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

This div background color is #fccdae


#fccdae Border Color

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

This div border color is #fccdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdae

Related Colors


Comments

No comments written yet.

Please login to write comment.