Color Hex Logo

#fcdaa7 Color Hex

#FCDAA7
(252,218,167)
0 Favorites   0 Comments

Color spaces of #fcdaa7

RGB 252218167
HSL0.100.930.82
HSV36°34°99°
CMYK 0.000.130.34   0.01
XYZ72.191373.628346.9660
Yxy73.62830.37450.3819
Hunter Lab85.80690.013927.6128
CIE-Lab88.74654.703129.4835

#fcdaa7 color RGB value is (252,218,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10100111
Octal 374 332 247
Decimal 252 218 167
Hex FC DA A7

RGB Percentages of Color #fcdaa7

%39.56
%34.22
%26.22

CMYK Percentages of Color #fcdaa7

%0
%13
%34
%1

Triadic Colors of #fcdaa7

#fcdaa7 #a7fcda #daa7fc

Analogous Colors of #fcdaa7

#fcdaa7 #f4fca7 #fcb0a7

Monochromatic Colors of #fcdaa7

#fcdaa7

Complementary Color

#fcdaa7 #a7c9fc

#fcdaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdaa7 Color CSS Codes

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

#fcdaa7 Text Font Color

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

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


#fcdaa7 Background Color

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

This div background color is #fcdaa7


#fcdaa7 Border Color

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

This div border color is #fcdaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdaa7


Comments

No comments written yet.

Please login to write comment.