Color Hex Logo

#fdceb9 Color Hex

#FDCEB9
(253,206,185)
0 Favorites   0 Comments

Color spaces of #fdceb9

RGB 253206185
HSL0.050.940.86
HSV19°27°99°
CMYK 0.000.190.27   0.01
XYZ71.336368.528055.3663
Yxy68.52800.36540.3510
Hunter Lab82.78168.952818.2926
CIE-Lab86.269813.570516.6933

#fdceb9 color RGB value is (253,206,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10111001
Octal 375 316 271
Decimal 253 206 185
Hex FD CE B9

RGB Percentages of Color #fdceb9

%39.29
%31.99
%28.73

CMYK Percentages of Color #fdceb9

%0
%19
%27
%1

Triadic Colors of #fdceb9

#fdceb9 #b9fdce #ceb9fd

Analogous Colors of #fdceb9

#fdceb9 #fdf0b9 #fdb9c6

Monochromatic Colors of #fdceb9

#fdceb9

Complementary Color

#fdceb9 #b9e8fd

#fdceb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceb9 Color CSS Codes

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

#fdceb9 Text Font Color

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

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


#fdceb9 Background Color

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

This div background color is #fdceb9


#fdceb9 Border Color

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

This div border color is #fdceb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceb9

#fdceb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.