Color Hex Logo

#f9efea Color Hex

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

Color spaces of #f9efea

RGB 249239234
HSL0.060.560.95
HSV20°98°
CMYK 0.000.040.06   0.02
XYZ84.784787.813390.3229
Yxy87.81330.32250.3340
Hunter Lab93.7088-2.48928.4484
CIE-Lab95.08232.51243.5999

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

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

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

Base Numbers

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

RGB Percentages of Color #f9efea

%34.49
%33.10
%32.41

CMYK Percentages of Color #f9efea

%0
%4
%6
%2

Triadic Colors of #f9efea

#f9efea #eaf9ef #efeaf9

Analogous Colors of #f9efea

#f9efea #f9f7ea #f9eaed

Monochromatic Colors of #f9efea

#f9efea

Complementary Color

#f9efea #eaf4f9

#f9efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9efea Color CSS Codes

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

#f9efea Text Font Color

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

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


#f9efea Background Color

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

This div background color is #f9efea


#f9efea Border Color

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

This div border color is #f9efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9efea

Related Colors


Comments

No comments written yet.

Please login to write comment.