Color Hex Logo

#f5edee Color Hex

#F5EDEE
(245,237,238)
0 Favorites   0 Comments

Color spaces of #f5edee

RGB 245237238
HSL0.980.290.95
HSV353°96°
CMYK 0.000.030.03   0.04
XYZ83.373086.153993.1241
Yxy86.15390.31740.3280
Hunter Lab92.8191-2.09935.4886
CIE-Lab94.37812.86130.4629

#f5edee color RGB value is (245,237,238).

#f5edee hex color red value is 245, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f5edee hue: 0.98 , saturation: 0.29 and the lightness value of f5edee is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 11101110
Octal 365 355 356
Decimal 245 237 238
Hex F5 ED EE

RGB Percentages of Color #f5edee

%34.03
%32.92
%33.06

CMYK Percentages of Color #f5edee

%0
%3
%3
%4

Triadic Colors of #f5edee

#f5edee #eef5ed #edeef5

Analogous Colors of #f5edee

#f5edee #f5f0ed #f5edf2

Monochromatic Colors of #f5edee

#f5edee

Complementary Color

#f5edee #edf5f4

#f5edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edee Color CSS Codes

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

#f5edee Text Font Color

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

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


#f5edee Background Color

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

This div background color is #f5edee


#f5edee Border Color

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

This div border color is #f5edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edee


Comments

No comments written yet.

Please login to write comment.