Color Hex Logo

#f5edcf Color Hex

#F5EDCF
(245,237,207)
0 Favorites   0 Comments

Color spaces of #f5edcf

RGB 245237207
HSL0.130.660.89
HSV47°16°96°
CMYK 0.000.030.16   0.04
XYZ79.202984.485871.1644
Yxy84.48580.33720.3597
Hunter Lab91.9162-7.042318.4371
CIE-Lab93.6611-2.164915.5050

#f5edcf color RGB value is (245,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 11001111
Octal 365 355 317
Decimal 245 237 207
Hex F5 ED CF

RGB Percentages of Color #f5edcf

%35.56
%34.40
%30.04

CMYK Percentages of Color #f5edcf

%0
%3
%16
%4

Triadic Colors of #f5edcf

#f5edcf #cff5ed #edcff5

Analogous Colors of #f5edcf

#f5edcf #eaf5cf #f5dacf

Monochromatic Colors of #f5edcf

#f5edcf

Complementary Color

#f5edcf #cfd7f5

#f5edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edcf Color CSS Codes

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

#f5edcf Text Font Color

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

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


#f5edcf Background Color

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

This div background color is #f5edcf


#f5edcf Border Color

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

This div border color is #f5edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edcf


Comments

No comments written yet.

Please login to write comment.