Color Hex Logo

#f5dfce Color Hex

#F5DFCE
(245,223,206)
0 Favorites   0 Comments

Color spaces of #f5dfce

RGB 245223206
HSL0.070.660.88
HSV26°16°96°
CMYK 0.000.090.16   0.04
XYZ75.184476.644169.2237
Yxy76.64410.34010.3467
Hunter Lab87.54660.087914.4016
CIE-Lab90.15764.840611.0567

#f5dfce color RGB value is (245,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011111 11001110
Octal 365 337 316
Decimal 245 223 206
Hex F5 DF CE

RGB Percentages of Color #f5dfce

%36.35
%33.09
%30.56

CMYK Percentages of Color #f5dfce

%0
%9
%16
%4

Triadic Colors of #f5dfce

#f5dfce #cef5df #dfcef5

Analogous Colors of #f5dfce

#f5dfce #f5f3ce #f5ced1

Monochromatic Colors of #f5dfce

#f5dfce

Complementary Color

#f5dfce #cee4f5

#f5dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dfce Color CSS Codes

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

#f5dfce Text Font Color

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

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


#f5dfce Background Color

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

This div background color is #f5dfce


#f5dfce Border Color

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

This div border color is #f5dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dfce


Comments

No comments written yet.

Please login to write comment.