Color Hex Logo

#f3fedd Color Hex

#F3FEDD
(243,254,221)
0 Favorites   0 Comments

Color spaces of #f3fedd

RGB 243254221
HSL0.220.940.93
HSV80°13°100°
CMYK 0.040.000.13   0.00
XYZ85.455195.158882.2701
Yxy95.15880.32510.3620
Hunter Lab97.5494-14.342018.2812
CIE-Lab98.0970-9.216914.5572

#f3fedd color RGB value is (243,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11111110 11011101
Octal 363 376 335
Decimal 243 254 221
Hex F3 FE DD

RGB Percentages of Color #f3fedd

%33.84
%35.38
%30.78

CMYK Percentages of Color #f3fedd

%4
%0
%13
%0

Triadic Colors of #f3fedd

#f3fedd #ddf3fe #feddf3

Analogous Colors of #f3fedd

#f3fedd #e3fedd #fef9dd

Monochromatic Colors of #f3fedd

#f3fedd

Complementary Color

#f3fedd #e8ddfe

#f3fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3fedd Color CSS Codes

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

#f3fedd Text Font Color

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

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


#f3fedd Background Color

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

This div background color is #f3fedd


#f3fedd Border Color

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

This div border color is #f3fedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,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 #f3fedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3fedd


Comments

No comments written yet.

Please login to write comment.