Color Hex Logo

#f5eebe Color Hex

#F5EEBE
(245,238,190)
0 Favorites   0 Comments

Color spaces of #f5eebe

RGB 245238190
HSL0.150.730.85
HSV52°22°96°
CMYK 0.000.030.22   0.04
XYZ77.525084.279360.8967
Yxy84.27930.34810.3784
Hunter Lab91.8038-9.919724.9335
CIE-Lab93.5717-5.125824.1354

#f5eebe color RGB value is (245,238,190).

#f5eebe hex color red value is 245, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f5eebe hue: 0.15 , saturation: 0.73 and the lightness value of f5eebe is 0.85.

The process color (four color CMYK) of #f5eebe color hex is 0.00, 0.03, 0.22, 0.04. Web safe color of #f5eebe is #ffffcc. Color #f5eebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101110 10111110
Octal 365 356 276
Decimal 245 238 190
Hex F5 EE BE

RGB Percentages of Color #f5eebe

%36.40
%35.36
%28.23

CMYK Percentages of Color #f5eebe

%0
%3
%22
%4

Triadic Colors of #f5eebe

#f5eebe #bef5ee #eebef5

Analogous Colors of #f5eebe

#f5eebe #e1f5be #f5d3be

Monochromatic Colors of #f5eebe

#f5eebe

Complementary Color

#f5eebe #bec5f5

#f5eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eebe Color CSS Codes

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

#f5eebe Text Font Color

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

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


#f5eebe Background Color

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

This div background color is #f5eebe


#f5eebe Border Color

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

This div border color is #f5eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eebe


Comments

No comments written yet.

Please login to write comment.