Color Hex Logo

#f2edec Color Hex

#F2EDEC
(242,237,236)
0 Favorites   0 Comments

Color spaces of #f2edec

RGB 242237236
HSL0.030.190.94
HSV10°95°
CMYK 0.000.020.02   0.05
XYZ82.042585.501791.5363
Yxy85.50170.31670.3300
Hunter Lab92.4671-3.44136.0338
CIE-Lab94.09891.50511.0666

#f2edec color RGB value is (242,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101101 11101100
Octal 362 355 354
Decimal 242 237 236
Hex F2 ED EC

RGB Percentages of Color #f2edec

%33.85
%33.15
%33.01

CMYK Percentages of Color #f2edec

%0
%2
%2
%5

Triadic Colors of #f2edec

#f2edec #ecf2ed #edecf2

Analogous Colors of #f2edec

#f2edec #f2f0ec #f2ecee

Monochromatic Colors of #f2edec

#f2edec

Complementary Color

#f2edec #ecf1f2

#f2edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2edec Color CSS Codes

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

#f2edec Text Font Color

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

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


#f2edec Background Color

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

This div background color is #f2edec


#f2edec Border Color

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

This div border color is #f2edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2edec


Comments

No comments written yet.

Please login to write comment.