Color Hex Logo

#f5efda Color Hex

#F5EFDA
(245,239,218)
0 Favorites   0 Comments

Color spaces of #f5efda

RGB 245239218
HSL0.130.570.91
HSV47°11°96°
CMYK 0.000.020.11   0.04
XYZ81.177686.207478.6908
Yxy86.20740.32990.3503
Hunter Lab92.8479-6.420114.7439
CIE-Lab94.4010-1.475710.8657

#f5efda color RGB value is (245,239,218).

#f5efda hex color red value is 245, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f5efda hue: 0.13 , saturation: 0.57 and the lightness value of f5efda is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101111 11011010
Octal 365 357 332
Decimal 245 239 218
Hex F5 EF DA

RGB Percentages of Color #f5efda

%34.90
%34.05
%31.05

CMYK Percentages of Color #f5efda

%0
%2
%11
%4

Triadic Colors of #f5efda

#f5efda #daf5ef #efdaf5

Analogous Colors of #f5efda

#f5efda #eef5da #f5e2da

Monochromatic Colors of #f5efda

#f5efda

Complementary Color

#f5efda #dae0f5

#f5efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5efda Color CSS Codes

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

#f5efda Text Font Color

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

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


#f5efda Background Color

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

This div background color is #f5efda


#f5efda Border Color

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

This div border color is #f5efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5efda

Related Colors


Comments

No comments written yet.

Please login to write comment.