Color Hex Logo

#fdcdb9 Color Hex

#FDCDB9
(253,205,185)
0 Favorites   0 Comments

Color spaces of #fdcdb9

RGB 253205185
HSL0.050.940.86
HSV18°27°99°
CMYK 0.000.190.27   0.01
XYZ71.096368.048155.2864
Yxy68.04810.36570.3500
Hunter Lab82.49139.483118.0072
CIE-Lab86.030514.091816.3576

#fdcdb9 color RGB value is (253,205,185).

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

The process color (four color CMYK) of #fdcdb9 color hex is 0.00, 0.19, 0.27, 0.01. Web safe color of #fdcdb9 is #ffcccc. Color #fdcdb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10111001
Octal 375 315 271
Decimal 253 205 185
Hex FD CD B9

RGB Percentages of Color #fdcdb9

%39.35
%31.88
%28.77

CMYK Percentages of Color #fdcdb9

%0
%19
%27
%1

Triadic Colors of #fdcdb9

#fdcdb9 #b9fdcd #cdb9fd

Analogous Colors of #fdcdb9

#fdcdb9 #fdefb9 #fdb9c7

Monochromatic Colors of #fdcdb9

#fdcdb9

Complementary Color

#fdcdb9 #b9e9fd

#fdcdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdb9 Color CSS Codes

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

#fdcdb9 Text Font Color

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

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


#fdcdb9 Background Color

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

This div background color is #fdcdb9


#fdcdb9 Border Color

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

This div border color is #fdcdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdb9


Comments

No comments written yet.

Please login to write comment.