Color Hex Logo

#fcdaa8 Color Hex

#FCDAA8
(252,218,168)
0 Favorites   0 Comments

Color spaces of #fcdaa8

RGB 252218168
HSL0.100.930.82
HSV36°33°99°
CMYK 0.000.130.33   0.01
XYZ72.284273.665447.4548
Yxy73.66540.37370.3809
Hunter Lab85.82860.131527.2984
CIE-Lab88.76414.822928.9914

#fcdaa8 color RGB value is (252,218,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10101000
Octal 374 332 250
Decimal 252 218 168
Hex FC DA A8

RGB Percentages of Color #fcdaa8

%39.50
%34.17
%26.33

CMYK Percentages of Color #fcdaa8

%0
%13
%33
%1

Triadic Colors of #fcdaa8

#fcdaa8 #a8fcda #daa8fc

Analogous Colors of #fcdaa8

#fcdaa8 #f4fca8 #fcb0a8

Monochromatic Colors of #fcdaa8

#fcdaa8

Complementary Color

#fcdaa8 #a8cafc

#fcdaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdaa8 Color CSS Codes

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

#fcdaa8 Text Font Color

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

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


#fcdaa8 Background Color

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

This div background color is #fcdaa8


#fcdaa8 Border Color

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

This div border color is #fcdaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdaa8

Related Colors


Comments

No comments written yet.

Please login to write comment.