Color Hex Logo

#f2eceb Color Hex

#F2ECEB
(242,236,235)
0 Favorites   0 Comments

Color spaces of #f2eceb

RGB 242236235
HSL0.020.210.94
HSV95°
CMYK 0.000.020.03   0.05
XYZ81.608884.866390.6769
Yxy84.86630.31740.3300
Hunter Lab92.1229-3.08756.1267
CIE-Lab93.82551.84331.1878

#f2eceb color RGB value is (242,236,235).

#f2eceb hex color red value is 242, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f2eceb hue: 0.02 , saturation: 0.21 and the lightness value of f2eceb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101100 11101011
Octal 362 354 353
Decimal 242 236 235
Hex F2 EC EB

RGB Percentages of Color #f2eceb

%33.94
%33.10
%32.96

CMYK Percentages of Color #f2eceb

%0
%2
%3
%5

Triadic Colors of #f2eceb

#f2eceb #ebf2ec #ecebf2

Analogous Colors of #f2eceb

#f2eceb #f2f0eb #f2ebee

Monochromatic Colors of #f2eceb

#f2eceb

Complementary Color

#f2eceb #ebf1f2

#f2eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eceb Color CSS Codes

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

#f2eceb Text Font Color

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

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


#f2eceb Background Color

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

This div background color is #f2eceb


#f2eceb Border Color

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

This div border color is #f2eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eceb


Comments

No comments written yet.

Please login to write comment.