Color Hex Logo

#f7eddc Color Hex

#F7EDDC
(247,237,220)
0 Favorites   0 Comments

Color spaces of #f7eddc

RGB 247237220
HSL0.100.630.92
HSV38°11°97°
CMYK 0.000.040.11   0.03
XYZ81.560285.509879.9165
Yxy85.50980.33020.3462
Hunter Lab92.4715-4.387513.4900
CIE-Lab94.10240.55549.4238

#f7eddc color RGB value is (247,237,220).

#f7eddc hex color red value is 247, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f7eddc hue: 0.10 , saturation: 0.63 and the lightness value of f7eddc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11101101 11011100
Octal 367 355 334
Decimal 247 237 220
Hex F7 ED DC

RGB Percentages of Color #f7eddc

%35.09
%33.66
%31.25

CMYK Percentages of Color #f7eddc

%0
%4
%11
%3

Triadic Colors of #f7eddc

#f7eddc #dcf7ed #eddcf7

Analogous Colors of #f7eddc

#f7eddc #f4f7dc #f7e0dc

Monochromatic Colors of #f7eddc

#f7eddc

Complementary Color

#f7eddc #dce6f7

#f7eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7eddc Color CSS Codes

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

#f7eddc Text Font Color

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

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


#f7eddc Background Color

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

This div background color is #f7eddc


#f7eddc Border Color

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

This div border color is #f7eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7eddc

Related Colors


Comments

No comments written yet.

Please login to write comment.