Color Hex Logo

#f5eabe Color Hex

#F5EABE
(245,234,190)
0 Favorites   0 Comments

Color spaces of #f5eabe

RGB 245234190
HSL0.130.730.85
HSV48°22°96°
CMYK 0.000.040.22   0.04
XYZ76.373381.975860.5128
Yxy81.97580.34900.3746
Hunter Lab90.5405-7.876423.7518
CIE-Lab92.5642-3.108122.7453

#f5eabe color RGB value is (245,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101010 10111110
Octal 365 352 276
Decimal 245 234 190
Hex F5 EA BE

RGB Percentages of Color #f5eabe

%36.62
%34.98
%28.40

CMYK Percentages of Color #f5eabe

%0
%4
%22
%4

Triadic Colors of #f5eabe

#f5eabe #bef5ea #eabef5

Analogous Colors of #f5eabe

#f5eabe #e5f5be #f5cfbe

Monochromatic Colors of #f5eabe

#f5eabe

Complementary Color

#f5eabe #bec9f5

#f5eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eabe Color CSS Codes

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

#f5eabe Text Font Color

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

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


#f5eabe Background Color

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

This div background color is #f5eabe


#f5eabe Border Color

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

This div border color is #f5eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eabe


Comments

No comments written yet.

Please login to write comment.