Color Hex Logo

#fcdaaf Color Hex

#FCDAAF
(252,218,175)
0 Favorites   0 Comments

Color spaces of #fcdaaf

RGB 252218175
HSL0.090.930.84
HSV34°31°99°
CMYK 0.000.130.31   0.01
XYZ72.954273.933450.9829
Yxy73.93340.36870.3736
Hunter Lab85.98450.976725.0343
CIE-Lab88.89105.681725.5418

#fcdaaf color RGB value is (252,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10101111
Octal 374 332 257
Decimal 252 218 175
Hex FC DA AF

RGB Percentages of Color #fcdaaf

%39.07
%33.80
%27.13

CMYK Percentages of Color #fcdaaf

%0
%13
%31
%1

Triadic Colors of #fcdaaf

#fcdaaf #affcda #daaffc

Analogous Colors of #fcdaaf

#fcdaaf #f8fcaf #fcb4af

Monochromatic Colors of #fcdaaf

#fcdaaf

Complementary Color

#fcdaaf #afd1fc

#fcdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdaaf Color CSS Codes

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

#fcdaaf Text Font Color

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

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


#fcdaaf Background Color

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

This div background color is #fcdaaf


#fcdaaf Border Color

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

This div border color is #fcdaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,218,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdaaf


Comments

No comments written yet.

Please login to write comment.