Color Hex Logo

#f5dcce Color Hex

#F5DCCE
(245,220,206)
0 Favorites   0 Comments

Color spaces of #f5dcce

RGB 245220206
HSL0.060.660.88
HSV22°16°96°
CMYK 0.000.100.16   0.04
XYZ74.390075.055168.9588
Yxy75.05510.34060.3437
Hunter Lab86.63431.661813.4507
CIE-Lab89.41886.390510.0027

#f5dcce color RGB value is (245,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011100 11001110
Octal 365 334 316
Decimal 245 220 206
Hex F5 DC CE

RGB Percentages of Color #f5dcce

%36.51
%32.79
%30.70

CMYK Percentages of Color #f5dcce

%0
%10
%16
%4

Triadic Colors of #f5dcce

#f5dcce #cef5dc #dccef5

Analogous Colors of #f5dcce

#f5dcce #f5f0ce #f5ced4

Monochromatic Colors of #f5dcce

#f5dcce

Complementary Color

#f5dcce #cee7f5

#f5dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dcce Color CSS Codes

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

#f5dcce Text Font Color

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

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


#f5dcce Background Color

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

This div background color is #f5dcce


#f5dcce Border Color

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

This div border color is #f5dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dcce


Comments

No comments written yet.

Please login to write comment.