Color Hex Logo

#f9edba Color Hex

#F9EDBA
(249,237,186)
0 Favorites   0 Comments

Color spaces of #f9edba

RGB 249237186
HSL0.130.840.85
HSV49°25°98°
CMYK 0.000.050.25   0.02
XYZ78.214084.253358.5946
Yxy84.25330.35380.3811
Hunter Lab91.7896-8.531826.4045
CIE-Lab93.5604-3.697326.2191

#f9edba color RGB value is (249,237,186).

#f9edba hex color red value is 249, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f9edba hue: 0.13 , saturation: 0.84 and the lightness value of f9edba is 0.85.

The process color (four color CMYK) of #f9edba color hex is 0.00, 0.05, 0.25, 0.02. Web safe color of #f9edba is #ffffcc. Color #f9edba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 10111010
Octal 371 355 272
Decimal 249 237 186
Hex F9 ED BA

RGB Percentages of Color #f9edba

%37.05
%35.27
%27.68

CMYK Percentages of Color #f9edba

%0
%5
%25
%2

Triadic Colors of #f9edba

#f9edba #baf9ed #edbaf9

Analogous Colors of #f9edba

#f9edba #e6f9ba #f9ceba

Monochromatic Colors of #f9edba

#f9edba

Complementary Color

#f9edba #bac6f9

#f9edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9edba Color CSS Codes

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

#f9edba Text Font Color

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

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


#f9edba Background Color

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

This div background color is #f9edba


#f9edba Border Color

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

This div border color is #f9edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9edba

Related Colors


Comments

No comments written yet.

Please login to write comment.