Color Hex Logo

#f0cfef Color Hex

#F0CFEF
(240,207,239)
0 Favorites   0 Comments

Color spaces of #f0cfef

RGB 240207239
HSL0.840.520.88
HSV302°14°94°
CMYK 0.000.140.00   0.06
XYZ73.828069.382991.1624
Yxy69.38290.31500.2960
Hunter Lab83.296412.4410-6.5815
CIE-Lab86.693316.9750-11.4443

#f0cfef color RGB value is (240,207,239).

#f0cfef hex color red value is 240, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f0cfef hue: 0.84 , saturation: 0.52 and the lightness value of f0cfef is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 11101111
Octal 360 317 357
Decimal 240 207 239
Hex F0 CF EF

RGB Percentages of Color #f0cfef

%34.99
%30.17
%34.84

CMYK Percentages of Color #f0cfef

%0
%14
%0
%6

Triadic Colors of #f0cfef

#f0cfef #eff0cf #cfeff0

Analogous Colors of #f0cfef

#f0cfef #f0cfdf #e1cff0

Monochromatic Colors of #f0cfef

#f0cfef

Complementary Color

#f0cfef #cff0d0

#f0cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfef Color CSS Codes

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

#f0cfef Text Font Color

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

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


#f0cfef Background Color

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

This div background color is #f0cfef


#f0cfef Border Color

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

This div border color is #f0cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfef


Comments

No comments written yet.

Please login to write comment.