Color Hex Logo

#f9eaef Color Hex

#F9EAEF
(249,234,239)
0 Favorites   0 Comments

Color spaces of #f9eaef

RGB 249234239
HSL0.940.560.95
HSV340°98°
CMYK 0.000.060.04   0.02
XYZ84.069785.217493.6790
Yxy85.21740.31970.3241
Hunter Lab92.31331.01174.4521
CIE-Lab93.97675.9209-0.6055

#f9eaef color RGB value is (249,234,239).

#f9eaef hex color red value is 249, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f9eaef hue: 0.94 , saturation: 0.56 and the lightness value of f9eaef is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101010 11101111
Octal 371 352 357
Decimal 249 234 239
Hex F9 EA EF

RGB Percentages of Color #f9eaef

%34.49
%32.41
%33.10

CMYK Percentages of Color #f9eaef

%0
%6
%4
%2

Triadic Colors of #f9eaef

#f9eaef #eff9ea #eaeff9

Analogous Colors of #f9eaef

#f9eaef #f9edea #f9eaf7

Monochromatic Colors of #f9eaef

#f9eaef

Complementary Color

#f9eaef #eaf9f4

#f9eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9eaef Color CSS Codes

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

#f9eaef Text Font Color

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

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


#f9eaef Background Color

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

This div background color is #f9eaef


#f9eaef Border Color

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

This div border color is #f9eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9eaef


Comments

No comments written yet.

Please login to write comment.