Color Hex Logo

#f5ecef Color Hex

#F5ECEF
(245,236,239)
0 Favorites   0 Comments

Color spaces of #f5ecef

RGB 245236239
HSL0.940.310.94
HSV340°96°
CMYK 0.000.040.02   0.04
XYZ83.231685.635493.8039
Yxy85.63540.31690.3260
Hunter Lab92.5394-1.39784.6774
CIE-Lab94.15623.5469-0.3805

#f5ecef color RGB value is (245,236,239).

#f5ecef hex color red value is 245, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f5ecef hue: 0.94 , saturation: 0.31 and the lightness value of f5ecef is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101100 11101111
Octal 365 354 357
Decimal 245 236 239
Hex F5 EC EF

RGB Percentages of Color #f5ecef

%34.03
%32.78
%33.19

CMYK Percentages of Color #f5ecef

%0
%4
%2
%4

Triadic Colors of #f5ecef

#f5ecef #eff5ec #eceff5

Analogous Colors of #f5ecef

#f5ecef #f5eeec #f5ecf4

Monochromatic Colors of #f5ecef

#f5ecef

Complementary Color

#f5ecef #ecf5f2

#f5ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ecef Color CSS Codes

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

#f5ecef Text Font Color

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

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


#f5ecef Background Color

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

This div background color is #f5ecef


#f5ecef Border Color

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

This div border color is #f5ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ecef


Comments

No comments written yet.

Please login to write comment.