Color Hex Logo

#fdf5ce Color Hex

#FDF5CE
(253,245,206)
0 Favorites   0 Comments

Color spaces of #fdf5ce

RGB 253245206
HSL0.140.920.90
HSV50°19°99°
CMYK 0.000.030.19   0.01
XYZ84.301090.643771.4454
Yxy90.64370.34210.3679
Hunter Lab95.2070-8.559422.1524
CIE-Lab96.2631-3.494619.7632

#fdf5ce color RGB value is (253,245,206).

#fdf5ce hex color red value is 253, green value is 245 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fdf5ce hue: 0.14 , saturation: 0.92 and the lightness value of fdf5ce is 0.90.

The process color (four color CMYK) of #fdf5ce color hex is 0.00, 0.03, 0.19, 0.01. Web safe color of #fdf5ce is #ffffcc. Color #fdf5ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 11001110
Octal 375 365 316
Decimal 253 245 206
Hex FD F5 CE

RGB Percentages of Color #fdf5ce

%35.94
%34.80
%29.26

CMYK Percentages of Color #fdf5ce

%0
%3
%19
%1

Triadic Colors of #fdf5ce

#fdf5ce #cefdf5 #f5cefd

Analogous Colors of #fdf5ce

#fdf5ce #eefdce #fddece

Monochromatic Colors of #fdf5ce

#fdf5ce

Complementary Color

#fdf5ce #ced6fd

#fdf5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf5ce Color CSS Codes

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

#fdf5ce Text Font Color

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

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


#fdf5ce Background Color

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

This div background color is #fdf5ce


#fdf5ce Border Color

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

This div border color is #fdf5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf5ce

Related Colors

#fdf5ce Color Palettes


Comments

No comments written yet.

Please login to write comment.