Color Hex Logo

#f2efdd Color Hex

#F2EFDD
(242,239,221)
0 Favorites   0 Comments

Color spaces of #f2efdd

RGB 242239221
HSL0.140.450.91
HSV51°95°
CMYK 0.000.010.09   0.05
XYZ80.535685.830780.7289
Yxy85.83070.32590.3474
Hunter Lab92.6449-6.959613.1873
CIE-Lab94.2399-2.03559.0517

#f2efdd color RGB value is (242,239,221).

#f2efdd hex color red value is 242, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f2efdd hue: 0.14 , saturation: 0.45 and the lightness value of f2efdd is 0.91.

The process color (four color CMYK) of #f2efdd color hex is 0.00, 0.01, 0.09, 0.05. Web safe color of #f2efdd is #ffffcc. Color #f2efdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101111 11011101
Octal 362 357 335
Decimal 242 239 221
Hex F2 EF DD

RGB Percentages of Color #f2efdd

%34.47
%34.05
%31.48

CMYK Percentages of Color #f2efdd

%0
%1
%9
%5

Triadic Colors of #f2efdd

#f2efdd #ddf2ef #efddf2

Analogous Colors of #f2efdd

#f2efdd #ebf2dd #f2e5dd

Monochromatic Colors of #f2efdd

#f2efdd

Complementary Color

#f2efdd #dde0f2

#f2efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2efdd Color CSS Codes

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

#f2efdd Text Font Color

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

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


#f2efdd Background Color

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

This div background color is #f2efdd


#f2efdd Border Color

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

This div border color is #f2efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2efdd

#f2efdd Color Palettes


Comments

No comments written yet.

Please login to write comment.