Color Hex Logo

#fdcfb4 Color Hex

#FDCFB4
(253,207,180)
0 Favorites   0 Comments

Color spaces of #fdcfb4

RGB 253207180
HSL0.060.950.85
HSV22°29°99°
CMYK 0.000.180.29   0.01
XYZ71.059168.803652.7152
Yxy68.80360.36900.3573
Hunter Lab82.94797.756920.3835
CIE-Lab86.406712.391019.5191

#fdcfb4 color RGB value is (253,207,180).

#fdcfb4 hex color red value is 253, green value is 207 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #fdcfb4 hue: 0.06 , saturation: 0.95 and the lightness value of fdcfb4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 10110100
Octal 375 317 264
Decimal 253 207 180
Hex FD CF B4

RGB Percentages of Color #fdcfb4

%39.53
%32.34
%28.13

CMYK Percentages of Color #fdcfb4

%0
%18
%29
%1

Triadic Colors of #fdcfb4

#fdcfb4 #b4fdcf #cfb4fd

Analogous Colors of #fdcfb4

#fdcfb4 #fdf4b4 #fdb4be

Monochromatic Colors of #fdcfb4

#fdcfb4

Complementary Color

#fdcfb4 #b4e2fd

#fdcfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfb4 Color CSS Codes

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

#fdcfb4 Text Font Color

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

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


#fdcfb4 Background Color

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

This div background color is #fdcfb4


#fdcfb4 Border Color

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

This div border color is #fdcfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfb4

Related Colors


Comments

No comments written yet.

Please login to write comment.