Color Hex Logo

#f0ebbf Color Hex

#F0EBBF
(240,235,191)
0 Favorites   0 Comments

Color spaces of #f0ebbf

RGB 240235191
HSL0.150.620.85
HSV54°20°94°
CMYK 0.000.020.20   0.06
XYZ75.047581.703561.1051
Yxy81.70350.34450.3750
Hunter Lab90.3900-9.980523.1920
CIE-Lab92.4438-5.294922.0031

#f0ebbf color RGB value is (240,235,191).

#f0ebbf hex color red value is 240, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f0ebbf hue: 0.15 , saturation: 0.62 and the lightness value of f0ebbf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101011 10111111
Octal 360 353 277
Decimal 240 235 191
Hex F0 EB BF

RGB Percentages of Color #f0ebbf

%36.04
%35.29
%28.68

CMYK Percentages of Color #f0ebbf

%0
%2
%20
%6

Triadic Colors of #f0ebbf

#f0ebbf #bff0eb #ebbff0

Analogous Colors of #f0ebbf

#f0ebbf #ddf0bf #f0d3bf

Monochromatic Colors of #f0ebbf

#f0ebbf

Complementary Color

#f0ebbf #bfc4f0

#f0ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ebbf Color CSS Codes

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

#f0ebbf Text Font Color

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

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


#f0ebbf Background Color

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

This div background color is #f0ebbf


#f0ebbf Border Color

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

This div border color is #f0ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ebbf


Comments

No comments written yet.

Please login to write comment.