Color Hex Logo

#f5ebef Color Hex

#F5EBEF
(245,235,239)
0 Favorites   0 Comments

Color spaces of #f5ebef

RGB 245235239
HSL0.930.330.94
HSV336°96°
CMYK 0.000.040.02   0.04
XYZ82.944585.061193.7082
Yxy85.06110.31690.3250
Hunter Lab92.2286-0.86854.3188
CIE-Lab93.90944.0600-0.7413

#f5ebef color RGB value is (245,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101011 11101111
Octal 365 353 357
Decimal 245 235 239
Hex F5 EB EF

RGB Percentages of Color #f5ebef

%34.08
%32.68
%33.24

CMYK Percentages of Color #f5ebef

%0
%4
%2
%4

Triadic Colors of #f5ebef

#f5ebef #eff5eb #ebeff5

Analogous Colors of #f5ebef

#f5ebef #f5eceb #f5ebf4

Monochromatic Colors of #f5ebef

#f5ebef

Complementary Color

#f5ebef #ebf5f1

#f5ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ebef Color CSS Codes

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

#f5ebef Text Font Color

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

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


#f5ebef Background Color

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

This div background color is #f5ebef


#f5ebef Border Color

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

This div border color is #f5ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ebef


Comments

No comments written yet.

Please login to write comment.