Color Hex Logo

#f0dfed Color Hex

#F0DFED
(240,223,237)
0 Favorites   0 Comments

Color spaces of #f0dfed

RGB 240223237
HSL0.860.360.91
HSV311°94°
CMYK 0.000.070.01   0.06
XYZ77.608977.415090.9729
Yxy77.41500.31550.3147
Hunter Lab87.98583.47290.2872
CIE-Lab90.51238.2297-4.7291

#f0dfed color RGB value is (240,223,237).

#f0dfed hex color red value is 240, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0dfed hue: 0.86 , saturation: 0.36 and the lightness value of f0dfed is 0.91.

The process color (four color CMYK) of #f0dfed color hex is 0.00, 0.07, 0.01, 0.06. Web safe color of #f0dfed is #ffccff. Color #f0dfed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011111 11101101
Octal 360 337 355
Decimal 240 223 237
Hex F0 DF ED

RGB Percentages of Color #f0dfed

%34.29
%31.86
%33.86

CMYK Percentages of Color #f0dfed

%0
%7
%1
%6

Triadic Colors of #f0dfed

#f0dfed #edf0df #dfedf0

Analogous Colors of #f0dfed

#f0dfed #f0dfe5 #ebdff0

Monochromatic Colors of #f0dfed

#f0dfed

Complementary Color

#f0dfed #dff0e2

#f0dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dfed Color CSS Codes

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

#f0dfed Text Font Color

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

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


#f0dfed Background Color

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

This div background color is #f0dfed


#f0dfed Border Color

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

This div border color is #f0dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dfed


Comments

No comments written yet.

Please login to write comment.