Color Hex Logo

#f0cade Color Hex

#F0CADE
(240,202,222)
0 Favorites   0 Comments

Color spaces of #f0cade

RGB 240202222
HSL0.910.560.87
HSV328°16°94°
CMYK 0.000.160.08   0.06
XYZ70.240566.040378.1522
Yxy66.04030.32760.3080
Hunter Lab81.265212.0701-0.1332
CIE-Lab85.017016.6319-4.9032

#f0cade color RGB value is (240,202,222).

#f0cade hex color red value is 240, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f0cade hue: 0.91 , saturation: 0.56 and the lightness value of f0cade is 0.87.

The process color (four color CMYK) of #f0cade color hex is 0.00, 0.16, 0.08, 0.06. Web safe color of #f0cade is #ffcccc. Color #f0cade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001010 11011110
Octal 360 312 336
Decimal 240 202 222
Hex F0 CA DE

RGB Percentages of Color #f0cade

%36.14
%30.42
%33.43

CMYK Percentages of Color #f0cade

%0
%16
%8
%6

Triadic Colors of #f0cade

#f0cade #def0ca #cadef0

Analogous Colors of #f0cade

#f0cade #f0cacb #efcaf0

Monochromatic Colors of #f0cade

#f0cade

Complementary Color

#f0cade #caf0dc

#f0cade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cade Color CSS Codes

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

#f0cade Text Font Color

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

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


#f0cade Background Color

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

This div background color is #f0cade


#f0cade Border Color

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

This div border color is #f0cade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cade


Comments

No comments written yet.

Please login to write comment.