Color Hex Logo

#f5dccf Color Hex

#F5DCCF
(245,220,207)
0 Favorites   0 Comments

Color spaces of #f5dccf

RGB 245220207
HSL0.060.660.89
HSV21°16°96°
CMYK 0.000.100.16   0.04
XYZ74.511975.103969.6008
Yxy75.10390.33990.3426
Hunter Lab86.66251.813813.0465
CIE-Lab89.44166.54369.5107

#f5dccf color RGB value is (245,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011100 11001111
Octal 365 334 317
Decimal 245 220 207
Hex F5 DC CF

RGB Percentages of Color #f5dccf

%36.46
%32.74
%30.80

CMYK Percentages of Color #f5dccf

%0
%10
%16
%4

Triadic Colors of #f5dccf

#f5dccf #cff5dc #dccff5

Analogous Colors of #f5dccf

#f5dccf #f5efcf #f5cfd5

Monochromatic Colors of #f5dccf

#f5dccf

Complementary Color

#f5dccf #cfe8f5

#f5dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dccf Color CSS Codes

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

#f5dccf Text Font Color

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

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


#f5dccf Background Color

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

This div background color is #f5dccf


#f5dccf Border Color

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

This div border color is #f5dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dccf


Comments

No comments written yet.

Please login to write comment.