Color Hex Logo

#fdcfa8 Color Hex

#FDCFA8
(253,207,168)
0 Favorites   0 Comments

Color spaces of #fdcfa8

RGB 253207168
HSL0.080.960.83
HSV28°34°99°
CMYK 0.000.180.34   0.01
XYZ69.888768.335446.5523
Yxy68.33540.37820.3698
Hunter Lab82.66526.247324.4769
CIE-Lab86.173910.889325.4929

#fdcfa8 color RGB value is (253,207,168).

#fdcfa8 hex color red value is 253, green value is 207 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fdcfa8 hue: 0.08 , saturation: 0.96 and the lightness value of fdcfa8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 10101000
Octal 375 317 250
Decimal 253 207 168
Hex FD CF A8

RGB Percentages of Color #fdcfa8

%40.29
%32.96
%26.75

CMYK Percentages of Color #fdcfa8

%0
%18
%34
%1

Triadic Colors of #fdcfa8

#fdcfa8 #a8fdcf #cfa8fd

Analogous Colors of #fdcfa8

#fdcfa8 #fdfaa8 #fda8ac

Monochromatic Colors of #fdcfa8

#fdcfa8

Complementary Color

#fdcfa8 #a8d6fd

#fdcfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfa8 Color CSS Codes

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

#fdcfa8 Text Font Color

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

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


#fdcfa8 Background Color

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

This div background color is #fdcfa8


#fdcfa8 Border Color

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

This div border color is #fdcfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfa8

#fdcfa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.