Color Hex Logo

#f5eade Color Hex

#F5EADE
(245,234,222)
0 Favorites   0 Comments

Color spaces of #f5eade

RGB 245234222
HSL0.090.530.92
HSV31°96°
CMYK 0.000.040.09   0.04
XYZ80.263883.532081.0002
Yxy83.53200.32790.3412
Hunter Lab91.3958-3.184111.4309
CIE-Lab93.24691.71217.1370

#f5eade color RGB value is (245,234,222).

#f5eade hex color red value is 245, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5eade hue: 0.09 , saturation: 0.53 and the lightness value of f5eade is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101010 11011110
Octal 365 352 336
Decimal 245 234 222
Hex F5 EA DE

RGB Percentages of Color #f5eade

%34.95
%33.38
%31.67

CMYK Percentages of Color #f5eade

%0
%4
%9
%4

Triadic Colors of #f5eade

#f5eade #def5ea #eadef5

Analogous Colors of #f5eade

#f5eade #f5f5de #f5dfde

Monochromatic Colors of #f5eade

#f5eade

Complementary Color

#f5eade #dee9f5

#f5eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eade Color CSS Codes

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

#f5eade Text Font Color

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

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


#f5eade Background Color

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

This div background color is #f5eade


#f5eade Border Color

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

This div border color is #f5eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eade


Comments

No comments written yet.

Please login to write comment.