Color Hex Logo

#f5eaec Color Hex

#F5EAEC
(245,234,236)
0 Favorites   0 Comments

Color spaces of #f5eaec

RGB 245234236
HSL0.970.350.94
HSV349°96°
CMYK 0.000.040.04   0.04
XYZ82.219384.314291.2977
Yxy84.31420.31890.3270
Hunter Lab91.8228-0.85865.3250
CIE-Lab93.58684.05410.3479

#f5eaec color RGB value is (245,234,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101010 11101100
Octal 365 352 354
Decimal 245 234 236
Hex F5 EA EC

RGB Percentages of Color #f5eaec

%34.27
%32.73
%33.01

CMYK Percentages of Color #f5eaec

%0
%4
%4
%4

Triadic Colors of #f5eaec

#f5eaec #ecf5ea #eaecf5

Analogous Colors of #f5eaec

#f5eaec #f5eeea #f5eaf2

Monochromatic Colors of #f5eaec

#f5eaec

Complementary Color

#f5eaec #eaf5f3

#f5eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5eaec Color CSS Codes

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

#f5eaec Text Font Color

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

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


#f5eaec Background Color

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

This div background color is #f5eaec


#f5eaec Border Color

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

This div border color is #f5eaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5eaec


Comments

No comments written yet.

Please login to write comment.