Color Hex Logo

#fdcfbd Color Hex

#FDCFBD
(253,207,189)
0 Favorites   0 Comments

Color spaces of #fdcfbd

RGB 253207189
HSL0.050.940.87
HSV17°25°99°
CMYK 0.000.180.25   0.01
XYZ72.006169.182457.7025
Yxy69.18240.36200.3478
Hunter Lab83.17608.971017.0913
CIE-Lab86.594313.589515.0384

#fdcfbd color RGB value is (253,207,189).

#fdcfbd hex color red value is 253, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fdcfbd hue: 0.05 , saturation: 0.94 and the lightness value of fdcfbd is 0.87.

The process color (four color CMYK) of #fdcfbd color hex is 0.00, 0.18, 0.25, 0.01. Web safe color of #fdcfbd is #ffcccc. Color #fdcfbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 10111101
Octal 375 317 275
Decimal 253 207 189
Hex FD CF BD

RGB Percentages of Color #fdcfbd

%38.98
%31.90
%29.12

CMYK Percentages of Color #fdcfbd

%0
%18
%25
%1

Triadic Colors of #fdcfbd

#fdcfbd #bdfdcf #cfbdfd

Analogous Colors of #fdcfbd

#fdcfbd #fdefbd #fdbdcb

Monochromatic Colors of #fdcfbd

#fdcfbd

Complementary Color

#fdcfbd #bdebfd

#fdcfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfbd Color CSS Codes

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

#fdcfbd Text Font Color

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

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


#fdcfbd Background Color

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

This div background color is #fdcfbd


#fdcfbd Border Color

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

This div border color is #fdcfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfbd


Comments

No comments written yet.

Please login to write comment.