Color Hex Logo

#f2eeed Color Hex

#F2EEED
(242,238,237)
0 Favorites   0 Comments

Color spaces of #f2eeed

RGB 242238237
HSL0.030.160.94
HSV12°95°
CMYK 0.000.020.02   0.05
XYZ82.478586.140792.4005
Yxy86.14070.31600.3300
Hunter Lab92.8120-3.79495.9413
CIE-Lab94.37251.16770.9462

#f2eeed color RGB value is (242,238,237).

#f2eeed hex color red value is 242, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f2eeed hue: 0.03 , saturation: 0.16 and the lightness value of f2eeed is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101110 11101101
Octal 362 356 355
Decimal 242 238 237
Hex F2 EE ED

RGB Percentages of Color #f2eeed

%33.75
%33.19
%33.05

CMYK Percentages of Color #f2eeed

%0
%2
%2
%5

Triadic Colors of #f2eeed

#f2eeed #edf2ee #eeedf2

Analogous Colors of #f2eeed

#f2eeed #f2f1ed #f2edef

Monochromatic Colors of #f2eeed

#f2eeed

Complementary Color

#f2eeed #edf1f2

#f2eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eeed Color CSS Codes

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

#f2eeed Text Font Color

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

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


#f2eeed Background Color

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

This div background color is #f2eeed


#f2eeed Border Color

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

This div border color is #f2eeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,238,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 #f2eeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eeed

#f2eeed Color Palettes


Comments

No comments written yet.

Please login to write comment.