Color Hex Logo

#f0ecbe Color Hex

#F0ECBE
(240,236,190)
0 Favorites   0 Comments

Color spaces of #f0ecbe

RGB 240236190
HSL0.150.630.84
HSV55°21°94°
CMYK 0.000.020.21   0.06
XYZ75.224982.233960.6231
Yxy82.23390.34490.3771
Hunter Lab90.6829-10.622623.8416
CIE-Lab92.6780-5.940322.8417

#f0ecbe color RGB value is (240,236,190).

#f0ecbe hex color red value is 240, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f0ecbe hue: 0.15 , saturation: 0.63 and the lightness value of f0ecbe is 0.84.

The process color (four color CMYK) of #f0ecbe color hex is 0.00, 0.02, 0.21, 0.06. Web safe color of #f0ecbe is #ffffcc. Color #f0ecbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101100 10111110
Octal 360 354 276
Decimal 240 236 190
Hex F0 EC BE

RGB Percentages of Color #f0ecbe

%36.04
%35.44
%28.53

CMYK Percentages of Color #f0ecbe

%0
%2
%21
%6

Triadic Colors of #f0ecbe

#f0ecbe #bef0ec #ecbef0

Analogous Colors of #f0ecbe

#f0ecbe #dbf0be #f0d3be

Monochromatic Colors of #f0ecbe

#f0ecbe

Complementary Color

#f0ecbe #bec2f0

#f0ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ecbe Color CSS Codes

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

#f0ecbe Text Font Color

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

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


#f0ecbe Background Color

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

This div background color is #f0ecbe


#f0ecbe Border Color

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

This div border color is #f0ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ecbe


Comments

No comments written yet.

Please login to write comment.