Color Hex Logo

#fdcf9d Color Hex

#FDCF9D
(253,207,157)
0 Favorites   0 Comments

Color spaces of #fdcf9d

RGB 253207157
HSL0.090.960.80
HSV31°38°99°
CMYK 0.000.180.38   0.01
XYZ68.906667.942641.3808
Yxy67.94260.38660.3812
Hunter Lab82.42734.972527.9339
CIE-Lab85.97779.610830.9544

#fdcf9d color RGB value is (253,207,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 10011101
Octal 375 317 235
Decimal 253 207 157
Hex FD CF 9D

RGB Percentages of Color #fdcf9d

%41.00
%33.55
%25.45

CMYK Percentages of Color #fdcf9d

%0
%18
%38
%1

Triadic Colors of #fdcf9d

#fdcf9d #9dfdcf #cf9dfd

Analogous Colors of #fdcf9d

#fdcf9d #fbfd9d #fd9f9d

Monochromatic Colors of #fdcf9d

#fdcf9d

Complementary Color

#fdcf9d #9dcbfd

#fdcf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf9d Color CSS Codes

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

#fdcf9d Text Font Color

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

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


#fdcf9d Background Color

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

This div background color is #fdcf9d


#fdcf9d Border Color

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

This div border color is #fdcf9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf9d

Related Colors

#fdcf9d Color Palettes


Comments

No comments written yet.

Please login to write comment.