Color Hex Logo

#f7fedd Color Hex

#F7FEDD
(247,254,221)
0 Favorites   0 Comments

Color spaces of #f7fedd

RGB 247254221
HSL0.200.940.93
HSV73°13°100°
CMYK 0.030.000.13   0.00
XYZ86.850795.878282.3354
Yxy95.87820.32770.3617
Hunter Lab97.9174-13.029718.6873
CIE-Lab98.3838-7.840215.0035

#f7fedd color RGB value is (247,254,221).

#f7fedd hex color red value is 247, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f7fedd hue: 0.20 , saturation: 0.94 and the lightness value of f7fedd is 0.93.

The process color (four color CMYK) of #f7fedd color hex is 0.03, 0.00, 0.13, 0.00. Web safe color of #f7fedd is #ffffcc. Color #f7fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11111110 11011101
Octal 367 376 335
Decimal 247 254 221
Hex F7 FE DD

RGB Percentages of Color #f7fedd

%34.21
%35.18
%30.61

CMYK Percentages of Color #f7fedd

%3
%0
%13
%0

Triadic Colors of #f7fedd

#f7fedd #ddf7fe #feddf7

Analogous Colors of #f7fedd

#f7fedd #e7fedd #fef5dd

Monochromatic Colors of #f7fedd

#f7fedd

Complementary Color

#f7fedd #e4ddfe

#f7fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7fedd Color CSS Codes

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

#f7fedd Text Font Color

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

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


#f7fedd Background Color

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

This div background color is #f7fedd


#f7fedd Border Color

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

This div border color is #f7fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.