Color Hex Logo

#f5edce Color Hex

#F5EDCE
(245,237,206)
0 Favorites   0 Comments

Color spaces of #f5edce

RGB 245237206
HSL0.130.660.88
HSV48°16°96°
CMYK 0.000.030.16   0.04
XYZ79.081084.437170.5225
Yxy84.43710.33790.3608
Hunter Lab91.8897-7.188318.8195
CIE-Lab93.6400-2.315615.9921

#f5edce color RGB value is (245,237,206).

#f5edce hex color red value is 245, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f5edce hue: 0.13 , saturation: 0.66 and the lightness value of f5edce is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 11001110
Octal 365 355 316
Decimal 245 237 206
Hex F5 ED CE

RGB Percentages of Color #f5edce

%35.61
%34.45
%29.94

CMYK Percentages of Color #f5edce

%0
%3
%16
%4

Triadic Colors of #f5edce

#f5edce #cef5ed #edcef5

Analogous Colors of #f5edce

#f5edce #eaf5ce #f5dace

Monochromatic Colors of #f5edce

#f5edce

Complementary Color

#f5edce #ced6f5

#f5edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edce Color CSS Codes

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

#f5edce Text Font Color

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

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


#f5edce Background Color

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

This div background color is #f5edce


#f5edce Border Color

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

This div border color is #f5edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edce


Comments

No comments written yet.

Please login to write comment.