Color Hex Logo

#f5edbb Color Hex

#F5EDBB
(245,237,187)
0 Favorites   0 Comments

Color spaces of #f5edbb

RGB 245237187
HSL0.140.740.85
HSV52°24°96°
CMYK 0.000.030.24   0.04
XYZ76.910083.568759.0905
Yxy83.56870.35030.3806
Hunter Lab91.4159-9.802325.6666
CIE-Lab93.2629-5.033325.2485

#f5edbb color RGB value is (245,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 10111011
Octal 365 355 273
Decimal 245 237 187
Hex F5 ED BB

RGB Percentages of Color #f5edbb

%36.62
%35.43
%27.95

CMYK Percentages of Color #f5edbb

%0
%3
%24
%4

Triadic Colors of #f5edbb

#f5edbb #bbf5ed #edbbf5

Analogous Colors of #f5edbb

#f5edbb #e0f5bb #f5d0bb

Monochromatic Colors of #f5edbb

#f5edbb

Complementary Color

#f5edbb #bbc3f5

#f5edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edbb Color CSS Codes

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

#f5edbb Text Font Color

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

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


#f5edbb Background Color

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

This div background color is #f5edbb


#f5edbb Border Color

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

This div border color is #f5edbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,237,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edbb


Comments

No comments written yet.

Please login to write comment.