Color Hex Logo

#f5dfda Color Hex

#F5DFDA
(245,223,218)
0 Favorites   0 Comments

Color spaces of #f5dfda

RGB 245223218
HSL0.030.570.91
HSV11°11°96°
CMYK 0.000.090.11   0.04
XYZ76.698877.249877.1979
Yxy77.24980.33180.3342
Hunter Lab87.89191.95729.4482
CIE-Lab90.43656.72255.1726

#f5dfda color RGB value is (245,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011111 11011010
Octal 365 337 332
Decimal 245 223 218
Hex F5 DF DA

RGB Percentages of Color #f5dfda

%35.71
%32.51
%31.78

CMYK Percentages of Color #f5dfda

%0
%9
%11
%4

Triadic Colors of #f5dfda

#f5dfda #daf5df #dfdaf5

Analogous Colors of #f5dfda

#f5dfda #f5edda #f5dae3

Monochromatic Colors of #f5dfda

#f5dfda

Complementary Color

#f5dfda #daf0f5

#f5dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dfda Color CSS Codes

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

#f5dfda Text Font Color

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

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


#f5dfda Background Color

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

This div background color is #f5dfda


#f5dfda Border Color

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

This div border color is #f5dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dfda


Comments

No comments written yet.

Please login to write comment.