Color Hex Logo

#f0eddb Color Hex

#F0EDDB
(240,237,219)
0 Favorites   0 Comments

Color spaces of #f0eddb

RGB 240237219
HSL0.140.410.90
HSV51°94°
CMYK 0.000.010.09   0.06
XYZ79.005584.208179.1076
Yxy84.20810.32600.3475
Hunter Lab91.7650-6.908313.1235
CIE-Lab93.5408-2.03779.0664

#f0eddb color RGB value is (240,237,219).

#f0eddb hex color red value is 240, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f0eddb hue: 0.14 , saturation: 0.41 and the lightness value of f0eddb is 0.90.

The process color (four color CMYK) of #f0eddb color hex is 0.00, 0.01, 0.09, 0.06. Web safe color of #f0eddb is #ffffcc. Color #f0eddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101101 11011011
Octal 360 355 333
Decimal 240 237 219
Hex F0 ED DB

RGB Percentages of Color #f0eddb

%34.48
%34.05
%31.47

CMYK Percentages of Color #f0eddb

%0
%1
%9
%6

Triadic Colors of #f0eddb

#f0eddb #dbf0ed #eddbf0

Analogous Colors of #f0eddb

#f0eddb #e9f0db #f0e3db

Monochromatic Colors of #f0eddb

#f0eddb

Complementary Color

#f0eddb #dbdef0

#f0eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eddb Color CSS Codes

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

#f0eddb Text Font Color

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

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


#f0eddb Background Color

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

This div background color is #f0eddb


#f0eddb Border Color

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

This div border color is #f0eddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,237,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 #f0eddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eddb

#f0eddb Color Palettes


Comments

No comments written yet.

Please login to write comment.