Color Hex Logo

#f5ddea Color Hex

#F5DDEA
(245,221,234)
0 Favorites   0 Comments

Color spaces of #f5ddea

RGB 245221234
HSL0.910.550.91
HSV328°10°96°
CMYK 0.000.100.04   0.04
XYZ78.363977.065988.5869
Yxy77.06590.32110.3158
Hunter Lab87.78725.71181.6209
CIE-Lab90.351910.4314-3.3441

#f5ddea color RGB value is (245,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011101 11101010
Octal 365 335 352
Decimal 245 221 234
Hex F5 DD EA

RGB Percentages of Color #f5ddea

%35.00
%31.57
%33.43

CMYK Percentages of Color #f5ddea

%0
%10
%4
%4

Triadic Colors of #f5ddea

#f5ddea #eaf5dd #ddeaf5

Analogous Colors of #f5ddea

#f5ddea #f5ddde #f4ddf5

Monochromatic Colors of #f5ddea

#f5ddea

Complementary Color

#f5ddea #ddf5e8

#f5ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ddea Color CSS Codes

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

#f5ddea Text Font Color

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

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


#f5ddea Background Color

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

This div background color is #f5ddea


#f5ddea Border Color

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

This div border color is #f5ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ddea

Related Colors

#f5ddea Color Palettes


Comments

No comments written yet.

Please login to write comment.