Color Hex Logo

#f5efef Color Hex

#F5EFEF
(245,239,239)
0 Favorites   0 Comments

Color spaces of #f5efef

RGB 245239239
HSL0.000.230.95
HSV96°
CMYK 0.000.020.02   0.04
XYZ84.102787.377594.0942
Yxy87.37750.31670.3290
Hunter Lab93.4759-2.98185.7510
CIE-Lab94.89822.01180.7027

#f5efef color RGB value is (245,239,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101111 11101111
Octal 365 357 357
Decimal 245 239 239
Hex F5 EF EF

RGB Percentages of Color #f5efef

%33.89
%33.06
%33.06

CMYK Percentages of Color #f5efef

%0
%2
%2
%4

Triadic Colors of #f5efef

#f5efef #eff5ef #efeff5

Analogous Colors of #f5efef

#f5efef #f5f2ef #f5eff2

Monochromatic Colors of #f5efef

#f5efef

Complementary Color

#f5efef #eff5f5

#f5efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5efef Color CSS Codes

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

#f5efef Text Font Color

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

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


#f5efef Background Color

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

This div background color is #f5efef


#f5efef Border Color

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

This div border color is #f5efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5efef

Related Colors


Comments

No comments written yet.

Please login to write comment.