Color Hex Logo

#f0dac0 Color Hex

#F0DAC0
(240,218,192)
0 Favorites   0 Comments

Color spaces of #f0dac0

RGB 240218192
HSL0.090.620.85
HSV33°20°94°
CMYK 0.000.090.20   0.06
XYZ70.521072.473860.1412
Yxy72.47380.34720.3568
Hunter Lab85.1315-1.114917.7066
CIE-Lab88.19613.529515.5515

#f0dac0 color RGB value is (240,218,192).

#f0dac0 hex color red value is 240, green value is 218 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #f0dac0 hue: 0.09 , saturation: 0.62 and the lightness value of f0dac0 is 0.85.

The process color (four color CMYK) of #f0dac0 color hex is 0.00, 0.09, 0.20, 0.06. Web safe color of #f0dac0 is #ffcccc. Color #f0dac0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 11000000
Octal 360 332 300
Decimal 240 218 192
Hex F0 DA C0

RGB Percentages of Color #f0dac0

%36.92
%33.54
%29.54

CMYK Percentages of Color #f0dac0

%0
%9
%20
%6

Triadic Colors of #f0dac0

#f0dac0 #c0f0da #dac0f0

Analogous Colors of #f0dac0

#f0dac0 #eef0c0 #f0c2c0

Monochromatic Colors of #f0dac0

#f0dac0

Complementary Color

#f0dac0 #c0d6f0

#f0dac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dac0 Color CSS Codes

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

#f0dac0 Text Font Color

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

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


#f0dac0 Background Color

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

This div background color is #f0dac0


#f0dac0 Border Color

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

This div border color is #f0dac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dac0


Comments

No comments written yet.

Please login to write comment.