Color Hex Logo

#f9eddb Color Hex

#F9EDDB
(249,237,219)
0 Favorites   0 Comments

Color spaces of #f9eddb

RGB 249237219
HSL0.100.710.92
HSV36°12°98°
CMYK 0.000.050.12   0.02
XYZ82.137385.822679.2541
Yxy85.82260.33230.3472
Hunter Lab92.6405-3.858414.1256
CIE-Lab94.23641.095510.1548

#f9eddb color RGB value is (249,237,219).

#f9eddb hex color red value is 249, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f9eddb hue: 0.10 , saturation: 0.71 and the lightness value of f9eddb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 11011011
Octal 371 355 333
Decimal 249 237 219
Hex F9 ED DB

RGB Percentages of Color #f9eddb

%35.32
%33.62
%31.06

CMYK Percentages of Color #f9eddb

%0
%5
%12
%2

Triadic Colors of #f9eddb

#f9eddb #dbf9ed #eddbf9

Analogous Colors of #f9eddb

#f9eddb #f6f9db #f9dedb

Monochromatic Colors of #f9eddb

#f9eddb

Complementary Color

#f9eddb #dbe7f9

#f9eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9eddb Color CSS Codes

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

#f9eddb Text Font Color

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

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


#f9eddb Background Color

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

This div background color is #f9eddb


#f9eddb Border Color

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

This div border color is #f9eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9eddb


Comments

No comments written yet.

Please login to write comment.