Color Hex Logo

#f0dcff Color Hex

#F0DCFF
(240,220,255)
0 Favorites   0 Comments

Color spaces of #f0dcff

RGB 240220255
HSL0.761.000.93
HSV274°14°100°
CMYK 0.060.140.00   0.00
XYZ79.578476.9317105.2628
Yxy76.93170.30400.2939
Hunter Lab87.71078.4562-9.7572
CIE-Lab90.290213.1073-14.4995

#f0dcff color RGB value is (240,220,255).

#f0dcff hex color red value is 240, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f0dcff hue: 0.76 , saturation: 1.00 and the lightness value of f0dcff is 0.93.

The process color (four color CMYK) of #f0dcff color hex is 0.06, 0.14, 0.00, 0.00. Web safe color of #f0dcff is #ffccff. Color #f0dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011100 11111111
Octal 360 334 377
Decimal 240 220 255
Hex F0 DC FF

RGB Percentages of Color #f0dcff

%33.57
%30.77
%35.66

CMYK Percentages of Color #f0dcff

%6
%14
%0
%0

Triadic Colors of #f0dcff

#f0dcff #fff0dc #dcfff0

Analogous Colors of #f0dcff

#f0dcff #ffdcfd #dfdcff

Monochromatic Colors of #f0dcff

#f0dcff

Complementary Color

#f0dcff #ebffdc

#f0dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dcff Color CSS Codes

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

#f0dcff Text Font Color

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

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


#f0dcff Background Color

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

This div background color is #f0dcff


#f0dcff Border Color

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

This div border color is #f0dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dcff

Related Colors

#f0dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.