Color Hex Logo

#f0fded Color Hex

#F0FDED
(240,253,237)
0 Favorites   0 Comments

Color spaces of #f0fded

RGB 240253237
HSL0.300.800.96
HSV109°99°
CMYK 0.050.000.06   0.01
XYZ86.346594.890293.8855
Yxy94.89020.31380.3449
Hunter Lab97.4116-12.246311.0443
CIE-Lab97.9896-7.08166.1735

#f0fded color RGB value is (240,253,237).

#f0fded hex color red value is 240, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0fded hue: 0.30 , saturation: 0.80 and the lightness value of f0fded is 0.96.

The process color (four color CMYK) of #f0fded color hex is 0.05, 0.00, 0.06, 0.01. Web safe color of #f0fded is #ffffff. Color #f0fded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111101 11101101
Octal 360 375 355
Decimal 240 253 237
Hex F0 FD ED

RGB Percentages of Color #f0fded

%32.88
%34.66
%32.47

CMYK Percentages of Color #f0fded

%5
%0
%6
%1

Triadic Colors of #f0fded

#f0fded #edf0fd #fdedf0

Analogous Colors of #f0fded

#f0fded #edfdf2 #f8fded

Monochromatic Colors of #f0fded

#f0fded

Complementary Color

#f0fded #faedfd

#f0fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fded Color CSS Codes

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

#f0fded Text Font Color

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

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


#f0fded Background Color

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

This div background color is #f0fded


#f0fded Border Color

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

This div border color is #f0fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fded

Related Colors


Comments

No comments written yet.

Please login to write comment.