Color Hex Logo

#f5edef Color Hex

#F5EDEF
(245,237,239)
0 Favorites   0 Comments

Color spaces of #f5edef

RGB 245237239
HSL0.960.290.95
HSV345°96°
CMYK 0.000.030.02   0.04
XYZ83.520486.212893.9001
Yxy86.21280.31680.3270
Hunter Lab92.8508-1.92625.0356
CIE-Lab94.40333.0348-0.0196

#f5edef color RGB value is (245,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 11101111
Octal 365 355 357
Decimal 245 237 239
Hex F5 ED EF

RGB Percentages of Color #f5edef

%33.98
%32.87
%33.15

CMYK Percentages of Color #f5edef

%0
%3
%2
%4

Triadic Colors of #f5edef

#f5edef #eff5ed #edeff5

Analogous Colors of #f5edef

#f5edef #f5efed #f5edf3

Monochromatic Colors of #f5edef

#f5edef

Complementary Color

#f5edef #edf5f3

#f5edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edef Color CSS Codes

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

#f5edef Text Font Color

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

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


#f5edef Background Color

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

This div background color is #f5edef


#f5edef Border Color

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

This div border color is #f5edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edef


Comments

No comments written yet.

Please login to write comment.