Color Hex Logo

#f0ebdd Color Hex

#F0EBDD
(240,235,221)
0 Favorites   0 Comments

Color spaces of #f0ebdd

RGB 240235221
HSL0.120.390.90
HSV44°94°
CMYK 0.000.020.08   0.06
XYZ78.694783.162480.3109
Yxy83.16240.32500.3434
Hunter Lab91.1934-5.553211.6207
CIE-Lab93.0855-0.69247.3743

#f0ebdd color RGB value is (240,235,221).

#f0ebdd hex color red value is 240, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f0ebdd hue: 0.12 , saturation: 0.39 and the lightness value of f0ebdd is 0.90.

The process color (four color CMYK) of #f0ebdd color hex is 0.00, 0.02, 0.08, 0.06. Web safe color of #f0ebdd is #ffffcc. Color #f0ebdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101011 11011101
Octal 360 353 335
Decimal 240 235 221
Hex F0 EB DD

RGB Percentages of Color #f0ebdd

%34.48
%33.76
%31.75

CMYK Percentages of Color #f0ebdd

%0
%2
%8
%6

Triadic Colors of #f0ebdd

#f0ebdd #ddf0eb #ebddf0

Analogous Colors of #f0ebdd

#f0ebdd #ecf0dd #f0e2dd

Monochromatic Colors of #f0ebdd

#f0ebdd

Complementary Color

#f0ebdd #dde2f0

#f0ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ebdd Color CSS Codes

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

#f0ebdd Text Font Color

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

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


#f0ebdd Background Color

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

This div background color is #f0ebdd


#f0ebdd Border Color

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

This div border color is #f0ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ebdd


Comments

No comments written yet.

Please login to write comment.