Color Hex Logo

#f9eded Color Hex

#F9EDED
(249,237,237)
0 Favorites   0 Comments

Color spaces of #f9eded

RGB 249237237
HSL0.000.500.95
HSV98°
CMYK 0.000.050.05   0.02
XYZ84.637286.822592.4183
Yxy86.82250.32070.3290
Hunter Lab93.1786-0.92516.4188
CIE-Lab94.66294.04081.4348

#f9eded color RGB value is (249,237,237).

#f9eded hex color red value is 249, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f9eded hue: 0.00 , saturation: 0.50 and the lightness value of f9eded is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 11101101
Octal 371 355 355
Decimal 249 237 237
Hex F9 ED ED

RGB Percentages of Color #f9eded

%34.44
%32.78
%32.78

CMYK Percentages of Color #f9eded

%0
%5
%5
%2

Triadic Colors of #f9eded

#f9eded #edf9ed #ededf9

Analogous Colors of #f9eded

#f9eded #f9f3ed #f9edf3

Monochromatic Colors of #f9eded

#f9eded

Complementary Color

#f9eded #edf9f9

#f9eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9eded Color CSS Codes

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

#f9eded Text Font Color

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

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


#f9eded Background Color

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

This div background color is #f9eded


#f9eded Border Color

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

This div border color is #f9eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9eded


Comments

No comments written yet.

Please login to write comment.