Color Hex Logo

#f0ebcd Color Hex

#F0EBCD
(240,235,205)
0 Favorites   0 Comments

Color spaces of #f0ebcd

RGB 240235205
HSL0.140.540.87
HSV51°15°94°
CMYK 0.000.020.15   0.06
XYZ76.663082.349769.6121
Yxy82.34970.33530.3602
Hunter Lab90.7467-8.009718.0412
CIE-Lab92.7290-3.231515.1692

#f0ebcd color RGB value is (240,235,205).

#f0ebcd hex color red value is 240, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f0ebcd hue: 0.14 , saturation: 0.54 and the lightness value of f0ebcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101011 11001101
Octal 360 353 315
Decimal 240 235 205
Hex F0 EB CD

RGB Percentages of Color #f0ebcd

%35.29
%34.56
%30.15

CMYK Percentages of Color #f0ebcd

%0
%2
%15
%6

Triadic Colors of #f0ebcd

#f0ebcd #cdf0eb #ebcdf0

Analogous Colors of #f0ebcd

#f0ebcd #e4f0cd #f0dacd

Monochromatic Colors of #f0ebcd

#f0ebcd

Complementary Color

#f0ebcd #cdd2f0

#f0ebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ebcd Color CSS Codes

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

#f0ebcd Text Font Color

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

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


#f0ebcd Background Color

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

This div background color is #f0ebcd


#f0ebcd Border Color

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

This div border color is #f0ebcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,235,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ebcd


Comments

No comments written yet.

Please login to write comment.