Color Hex Logo

#f5ebbe Color Hex

#F5EBBE
(245,235,190)
0 Favorites   0 Comments

Color spaces of #f5ebbe

RGB 245235190
HSL0.140.730.85
HSV49°22°96°
CMYK 0.000.040.22   0.04
XYZ76.658882.546860.6080
Yxy82.54680.34870.3755
Hunter Lab90.8553-8.388024.0473
CIE-Lab92.8157-3.613623.0927

#f5ebbe color RGB value is (245,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101011 10111110
Octal 365 353 276
Decimal 245 235 190
Hex F5 EB BE

RGB Percentages of Color #f5ebbe

%36.57
%35.07
%28.36

CMYK Percentages of Color #f5ebbe

%0
%4
%22
%4

Triadic Colors of #f5ebbe

#f5ebbe #bef5eb #ebbef5

Analogous Colors of #f5ebbe

#f5ebbe #e4f5be #f5d0be

Monochromatic Colors of #f5ebbe

#f5ebbe

Complementary Color

#f5ebbe #bec8f5

#f5ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ebbe Color CSS Codes

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

#f5ebbe Text Font Color

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

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


#f5ebbe Background Color

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

This div background color is #f5ebbe


#f5ebbe Border Color

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

This div border color is #f5ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ebbe


Comments

No comments written yet.

Please login to write comment.