Color Hex Logo

#f0defe Color Hex

#F0DEFE
(240,222,254)
0 Favorites   0 Comments

Color spaces of #f0defe

RGB 240222254
HSL0.760.940.93
HSV274°13°100°
CMYK 0.060.130.00   0.00
XYZ79.945877.9236104.5931
Yxy77.92360.30460.2969
Hunter Lab88.27437.1787-8.4585
CIE-Lab90.745011.8708-13.2950

#f0defe color RGB value is (240,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011110 11111110
Octal 360 336 376
Decimal 240 222 254
Hex F0 DE FE

RGB Percentages of Color #f0defe

%33.52
%31.01
%35.47

CMYK Percentages of Color #f0defe

%6
%13
%0
%0

Triadic Colors of #f0defe

#f0defe #fef0de #defef0

Analogous Colors of #f0defe

#f0defe #fedefc #e0defe

Monochromatic Colors of #f0defe

#f0defe

Complementary Color

#f0defe #ecfede

#f0defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0defe Color CSS Codes

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

#f0defe Text Font Color

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

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


#f0defe Background Color

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

This div background color is #f0defe


#f0defe Border Color

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

This div border color is #f0defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0defe

Related Colors


Comments

No comments written yet.

Please login to write comment.