Color Hex Logo

#f0eeba Color Hex

#F0EEBA
(240,238,186)
0 Favorites   0 Comments

Color spaces of #f0eeba

RGB 240238186
HSL0.160.640.84
HSV58°23°94°
CMYK 0.000.010.23   0.06
XYZ75.372683.219558.5448
Yxy83.21950.34710.3833
Hunter Lab91.2247-12.161225.8071
CIE-Lab93.1105-7.501925.4894

#f0eeba color RGB value is (240,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 10111010
Octal 360 356 272
Decimal 240 238 186
Hex F0 EE BA

RGB Percentages of Color #f0eeba

%36.14
%35.84
%28.01

CMYK Percentages of Color #f0eeba

%0
%1
%23
%6

Triadic Colors of #f0eeba

#f0eeba #baf0ee #eebaf0

Analogous Colors of #f0eeba

#f0eeba #d7f0ba #f0d3ba

Monochromatic Colors of #f0eeba

#f0eeba

Complementary Color

#f0eeba #babcf0

#f0eeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eeba Color CSS Codes

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

#f0eeba Text Font Color

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

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


#f0eeba Background Color

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

This div background color is #f0eeba


#f0eeba Border Color

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

This div border color is #f0eeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eeba


Comments

No comments written yet.

Please login to write comment.