Color Hex Logo

#f3edee Color Hex

#F3EDEE
(243,237,238)
0 Favorites   0 Comments

Color spaces of #f3edee

RGB 243237238
HSL0.970.200.94
HSV350°95°
CMYK 0.000.020.02   0.05
XYZ82.679085.796193.0916
Yxy85.79610.31610.3280
Hunter Lab92.6262-2.76505.2504
CIE-Lab94.22512.18910.2212

#f3edee color RGB value is (243,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11101101 11101110
Octal 363 355 356
Decimal 243 237 238
Hex F3 ED EE

RGB Percentages of Color #f3edee

%33.84
%33.01
%33.15

CMYK Percentages of Color #f3edee

%0
%2
%2
%5

Triadic Colors of #f3edee

#f3edee #eef3ed #edeef3

Analogous Colors of #f3edee

#f3edee #f3efed #f3edf1

Monochromatic Colors of #f3edee

#f3edee

Complementary Color

#f3edee #edf3f2

#f3edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3edee Color CSS Codes

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

#f3edee Text Font Color

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

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


#f3edee Background Color

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

This div background color is #f3edee


#f3edee Border Color

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

This div border color is #f3edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3edee


Comments

No comments written yet.

Please login to write comment.