Color Hex Logo

#f5edbe Color Hex

#F5EDBE
(245,237,190)
0 Favorites   0 Comments

Color spaces of #f5edbe

RGB 245237190
HSL0.140.730.85
HSV51°22°96°
CMYK 0.000.030.22   0.04
XYZ77.234683.698660.7999
Yxy83.69860.34830.3775
Hunter Lab91.4869-9.409924.6382
CIE-Lab93.3194-4.622623.7879

#f5edbe color RGB value is (245,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 10111110
Octal 365 355 276
Decimal 245 237 190
Hex F5 ED BE

RGB Percentages of Color #f5edbe

%36.46
%35.27
%28.27

CMYK Percentages of Color #f5edbe

%0
%3
%22
%4

Triadic Colors of #f5edbe

#f5edbe #bef5ed #edbef5

Analogous Colors of #f5edbe

#f5edbe #e2f5be #f5d2be

Monochromatic Colors of #f5edbe

#f5edbe

Complementary Color

#f5edbe #bec6f5

#f5edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edbe Color CSS Codes

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

#f5edbe Text Font Color

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

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


#f5edbe Background Color

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

This div background color is #f5edbe


#f5edbe Border Color

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

This div border color is #f5edbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edbe


Comments

No comments written yet.

Please login to write comment.