Color Hex Logo

#f0eeaf Color Hex

#F0EEAF
(240,238,175)
0 Favorites   0 Comments

Color spaces of #f0eeaf

RGB 240238175
HSL0.160.680.81
HSV58°27°94°
CMYK 0.000.010.27   0.06
XYZ74.247682.769552.6203
Yxy82.76950.35420.3948
Hunter Lab90.9777-13.535929.3919
CIE-Lab92.9134-8.966830.8319

#f0eeaf color RGB value is (240,238,175).

#f0eeaf hex color red value is 240, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f0eeaf hue: 0.16 , saturation: 0.68 and the lightness value of f0eeaf is 0.81.

The process color (four color CMYK) of #f0eeaf color hex is 0.00, 0.01, 0.27, 0.06. Web safe color of #f0eeaf is #ffff99. Color #f0eeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 10101111
Octal 360 356 257
Decimal 240 238 175
Hex F0 EE AF

RGB Percentages of Color #f0eeaf

%36.75
%36.45
%26.80

CMYK Percentages of Color #f0eeaf

%0
%1
%27
%6

Triadic Colors of #f0eeaf

#f0eeaf #aff0ee #eeaff0

Analogous Colors of #f0eeaf

#f0eeaf #d2f0af #f0ceaf

Monochromatic Colors of #f0eeaf

#f0eeaf

Complementary Color

#f0eeaf #afb1f0

#f0eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eeaf Color CSS Codes

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

#f0eeaf Text Font Color

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

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


#f0eeaf Background Color

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

This div background color is #f0eeaf


#f0eeaf Border Color

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

This div border color is #f0eeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eeaf


Comments

No comments written yet.

Please login to write comment.