Color Hex Logo

#f0ebad Color Hex

#F0EBAD
(240,235,173)
0 Favorites   0 Comments

Color spaces of #f0ebad

RGB 240235173
HSL0.150.690.81
HSV56°28°94°
CMYK 0.000.020.28   0.06
XYZ73.186380.959151.3045
Yxy80.95910.35620.3941
Hunter Lab89.9773-12.270729.1773
CIE-Lab92.1135-7.723430.7719

#f0ebad color RGB value is (240,235,173).

#f0ebad hex color red value is 240, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f0ebad hue: 0.15 , saturation: 0.69 and the lightness value of f0ebad is 0.81.

The process color (four color CMYK) of #f0ebad color hex is 0.00, 0.02, 0.28, 0.06. Web safe color of #f0ebad is #ffff99. Color #f0ebad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101011 10101101
Octal 360 353 255
Decimal 240 235 173
Hex F0 EB AD

RGB Percentages of Color #f0ebad

%37.04
%36.27
%26.70

CMYK Percentages of Color #f0ebad

%0
%2
%28
%6

Triadic Colors of #f0ebad

#f0ebad #adf0eb #ebadf0

Analogous Colors of #f0ebad

#f0ebad #d4f0ad #f0caad

Monochromatic Colors of #f0ebad

#f0ebad

Complementary Color

#f0ebad #adb2f0

#f0ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ebad Color CSS Codes

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

#f0ebad Text Font Color

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

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


#f0ebad Background Color

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

This div background color is #f0ebad


#f0ebad Border Color

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

This div border color is #f0ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ebad


Comments

No comments written yet.

Please login to write comment.