Color Hex Logo

#f5efdd Color Hex

#F5EFDD
(245,239,221)
0 Favorites   0 Comments

Color spaces of #f5efdd

RGB 245239221
HSL0.130.550.91
HSV45°10°96°
CMYK 0.000.020.10   0.04
XYZ81.573886.365980.7775
Yxy86.36590.32800.3472
Hunter Lab92.9333-5.951713.5185
CIE-Lab94.4686-0.99679.4096

#f5efdd color RGB value is (245,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101111 11011101
Octal 365 357 335
Decimal 245 239 221
Hex F5 EF DD

RGB Percentages of Color #f5efdd

%34.75
%33.90
%31.35

CMYK Percentages of Color #f5efdd

%0
%2
%10
%4

Triadic Colors of #f5efdd

#f5efdd #ddf5ef #efddf5

Analogous Colors of #f5efdd

#f5efdd #eff5dd #f5e3dd

Monochromatic Colors of #f5efdd

#f5efdd

Complementary Color

#f5efdd #dde3f5

#f5efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5efdd Color CSS Codes

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

#f5efdd Text Font Color

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

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


#f5efdd Background Color

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

This div background color is #f5efdd


#f5efdd Border Color

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

This div border color is #f5efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5efdd

Related Colors


Comments

No comments written yet.

Please login to write comment.