Color Hex Logo

#f0eba4 Color Hex

#F0EBA4
(240,235,164)
0 Favorites   0 Comments

Color spaces of #f0eba4

RGB 240235164
HSL0.160.720.79
HSV56°32°94°
CMYK 0.000.020.32   0.06
XYZ72.344480.622346.8707
Yxy80.62230.36200.4034
Hunter Lab89.7899-13.313631.9033
CIE-Lab91.9634-8.840335.1321

#f0eba4 color RGB value is (240,235,164).

#f0eba4 hex color red value is 240, green value is 235 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #f0eba4 hue: 0.16 , saturation: 0.72 and the lightness value of f0eba4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101011 10100100
Octal 360 353 244
Decimal 240 235 164
Hex F0 EB A4

RGB Percentages of Color #f0eba4

%37.56
%36.78
%25.67

CMYK Percentages of Color #f0eba4

%0
%2
%32
%6

Triadic Colors of #f0eba4

#f0eba4 #a4f0eb #eba4f0

Analogous Colors of #f0eba4

#f0eba4 #cff0a4 #f0c5a4

Monochromatic Colors of #f0eba4

#f0eba4

Complementary Color

#f0eba4 #a4a9f0

#f0eba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eba4 Color CSS Codes

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

#f0eba4 Text Font Color

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

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


#f0eba4 Background Color

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

This div background color is #f0eba4


#f0eba4 Border Color

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

This div border color is #f0eba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eba4


Comments

No comments written yet.

Please login to write comment.