Color Hex Logo

#f5dfdb Color Hex

#F5DFDB
(245,223,219)
0 Favorites   0 Comments

Color spaces of #f5dfdb

RGB 245223219
HSL0.030.570.91
HSV11°96°
CMYK 0.000.090.11   0.04
XYZ76.830077.302377.8893
Yxy77.30230.33110.3332
Hunter Lab87.92172.11849.0206
CIE-Lab90.46066.88394.6834

#f5dfdb color RGB value is (245,223,219).

#f5dfdb hex color red value is 245, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f5dfdb hue: 0.03 , saturation: 0.57 and the lightness value of f5dfdb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011111 11011011
Octal 365 337 333
Decimal 245 223 219
Hex F5 DF DB

RGB Percentages of Color #f5dfdb

%35.66
%32.46
%31.88

CMYK Percentages of Color #f5dfdb

%0
%9
%11
%4

Triadic Colors of #f5dfdb

#f5dfdb #dbf5df #dfdbf5

Analogous Colors of #f5dfdb

#f5dfdb #f5ecdb #f5dbe4

Monochromatic Colors of #f5dfdb

#f5dfdb

Complementary Color

#f5dfdb #dbf1f5

#f5dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dfdb Color CSS Codes

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

#f5dfdb Text Font Color

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

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


#f5dfdb Background Color

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

This div background color is #f5dfdb


#f5dfdb Border Color

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

This div border color is #f5dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dfdb


Comments

No comments written yet.

Please login to write comment.