Color Hex Logo

#f0dcca Color Hex

#F0DCCA
(240,220,202)
0 Favorites   0 Comments

Color spaces of #f0dcca

RGB 240220202
HSL0.080.560.87
HSV28°16°94°
CMYK 0.000.080.16   0.06
XYZ72.189073.975966.3511
Yxy73.97590.33970.3481
Hunter Lab86.0092-0.698114.4677
CIE-Lab88.91113.988911.3202

#f0dcca color RGB value is (240,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011100 11001010
Octal 360 334 312
Decimal 240 220 202
Hex F0 DC CA

RGB Percentages of Color #f0dcca

%36.25
%33.23
%30.51

CMYK Percentages of Color #f0dcca

%0
%8
%16
%6

Triadic Colors of #f0dcca

#f0dcca #caf0dc #dccaf0

Analogous Colors of #f0dcca

#f0dcca #f0efca #f0cacb

Monochromatic Colors of #f0dcca

#f0dcca

Complementary Color

#f0dcca #cadef0

#f0dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dcca Color CSS Codes

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

#f0dcca Text Font Color

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

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


#f0dcca Background Color

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

This div background color is #f0dcca


#f0dcca Border Color

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

This div border color is #f0dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dcca

#f0dcca Color Palettes


Comments

No comments written yet.

Please login to write comment.