Color Hex Logo

#f0dcbd Color Hex

#F0DCBD
(240,220,189)
0 Favorites   0 Comments

Color spaces of #f0dcbd

RGB 240220189
HSL0.100.630.84
HSV36°21°94°
CMYK 0.000.080.21   0.06
XYZ70.713773.385858.5820
Yxy73.38580.34890.3621
Hunter Lab85.6655-2.569519.4206
CIE-Lab88.63142.065417.7325

#f0dcbd color RGB value is (240,220,189).

#f0dcbd hex color red value is 240, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0dcbd hue: 0.10 , saturation: 0.63 and the lightness value of f0dcbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011100 10111101
Octal 360 334 275
Decimal 240 220 189
Hex F0 DC BD

RGB Percentages of Color #f0dcbd

%36.98
%33.90
%29.12

CMYK Percentages of Color #f0dcbd

%0
%8
%21
%6

Triadic Colors of #f0dcbd

#f0dcbd #bdf0dc #dcbdf0

Analogous Colors of #f0dcbd

#f0dcbd #ebf0bd #f0c3bd

Monochromatic Colors of #f0dcbd

#f0dcbd

Complementary Color

#f0dcbd #bdd1f0

#f0dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dcbd Color CSS Codes

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

#f0dcbd Text Font Color

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

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


#f0dcbd Background Color

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

This div background color is #f0dcbd


#f0dcbd Border Color

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

This div border color is #f0dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dcbd


Comments

No comments written yet.

Please login to write comment.