Color Hex Logo

#f5ddce Color Hex

#F5DDCE
(245,221,206)
0 Favorites   0 Comments

Color spaces of #f5ddce

RGB 245221206
HSL0.060.660.88
HSV23°16°96°
CMYK 0.000.100.16   0.04
XYZ74.653275.581669.0466
Yxy75.58160.34040.3447
Hunter Lab86.93771.136613.7678
CIE-Lab89.66475.873310.3538

#f5ddce color RGB value is (245,221,206).

#f5ddce hex color red value is 245, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f5ddce hue: 0.06 , saturation: 0.66 and the lightness value of f5ddce is 0.88.

The process color (four color CMYK) of #f5ddce color hex is 0.00, 0.10, 0.16, 0.04. Web safe color of #f5ddce is #ffcccc. Color #f5ddce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011101 11001110
Octal 365 335 316
Decimal 245 221 206
Hex F5 DD CE

RGB Percentages of Color #f5ddce

%36.46
%32.89
%30.65

CMYK Percentages of Color #f5ddce

%0
%10
%16
%4

Triadic Colors of #f5ddce

#f5ddce #cef5dd #ddcef5

Analogous Colors of #f5ddce

#f5ddce #f5f1ce #f5ced3

Monochromatic Colors of #f5ddce

#f5ddce

Complementary Color

#f5ddce #cee6f5

#f5ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ddce Color CSS Codes

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

#f5ddce Text Font Color

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

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


#f5ddce Background Color

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

This div background color is #f5ddce


#f5ddce Border Color

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

This div border color is #f5ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ddce


Comments

No comments written yet.

Please login to write comment.