Color Hex Logo

#f0eca4 Color Hex

#F0ECA4
(240,236,164)
0 Favorites   0 Comments

Color spaces of #f0eca4

RGB 240236164
HSL0.160.720.79
HSV57°32°94°
CMYK 0.000.020.32   0.06
XYZ72.631581.196546.9664
Yxy81.19650.36170.4044
Hunter Lab90.1091-13.812932.1734
CIE-Lab92.2191-9.339435.4702

#f0eca4 color RGB value is (240,236,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101100 10100100
Octal 360 354 244
Decimal 240 236 164
Hex F0 EC A4

RGB Percentages of Color #f0eca4

%37.50
%36.88
%25.63

CMYK Percentages of Color #f0eca4

%0
%2
%32
%6

Triadic Colors of #f0eca4

#f0eca4 #a4f0ec #eca4f0

Analogous Colors of #f0eca4

#f0eca4 #cef0a4 #f0c6a4

Monochromatic Colors of #f0eca4

#f0eca4

Complementary Color

#f0eca4 #a4a8f0

#f0eca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eca4 Color CSS Codes

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

#f0eca4 Text Font Color

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

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


#f0eca4 Background Color

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

This div background color is #f0eca4


#f0eca4 Border Color

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

This div border color is #f0eca4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,236,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 #f0eca4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eca4


Comments

No comments written yet.

Please login to write comment.