Color Hex Logo

#f5ddde Color Hex

#F5DDDE
(245,221,222)
0 Favorites   0 Comments

Color spaces of #f5ddde

RGB 245221222
HSL0.990.550.91
HSV358°10°96°
CMYK 0.000.100.09   0.04
XYZ76.697576.399379.8114
Yxy76.39930.32930.3280
Hunter Lab87.40673.66827.0467
CIE-Lab90.04448.40982.5065

#f5ddde color RGB value is (245,221,222).

#f5ddde hex color red value is 245, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5ddde hue: 0.99 , saturation: 0.55 and the lightness value of f5ddde is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011101 11011110
Octal 365 335 336
Decimal 245 221 222
Hex F5 DD DE

RGB Percentages of Color #f5ddde

%35.61
%32.12
%32.27

CMYK Percentages of Color #f5ddde

%0
%10
%9
%4

Triadic Colors of #f5ddde

#f5ddde #def5dd #dddef5

Analogous Colors of #f5ddde

#f5ddde #f5e8dd #f5ddea

Monochromatic Colors of #f5ddde

#f5ddde

Complementary Color

#f5ddde #ddf5f4

#f5ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ddde Color CSS Codes

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

#f5ddde Text Font Color

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

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


#f5ddde Background Color

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

This div background color is #f5ddde


#f5ddde Border Color

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

This div border color is #f5ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ddde


Comments

No comments written yet.

Please login to write comment.