Color Hex Logo

#f0dbaa Color Hex

#F0DBAA
(240,219,170)
0 Favorites   0 Comments

Color spaces of #f0dbaa

RGB 240219170
HSL0.120.700.80
HSV42°29°94°
CMYK 0.000.090.29   0.06
XYZ68.522472.090648.3336
Yxy72.09060.36270.3815
Hunter Lab84.9062-4.529825.6830
CIE-Lab88.01220.005326.7647

#f0dbaa color RGB value is (240,219,170).

#f0dbaa hex color red value is 240, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f0dbaa hue: 0.12 , saturation: 0.70 and the lightness value of f0dbaa is 0.80.

The process color (four color CMYK) of #f0dbaa color hex is 0.00, 0.09, 0.29, 0.06. Web safe color of #f0dbaa is #ffcc99. Color #f0dbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011011 10101010
Octal 360 333 252
Decimal 240 219 170
Hex F0 DB AA

RGB Percentages of Color #f0dbaa

%38.16
%34.82
%27.03

CMYK Percentages of Color #f0dbaa

%0
%9
%29
%6

Triadic Colors of #f0dbaa

#f0dbaa #aaf0db #dbaaf0

Analogous Colors of #f0dbaa

#f0dbaa #e2f0aa #f0b8aa

Monochromatic Colors of #f0dbaa

#f0dbaa

Complementary Color

#f0dbaa #aabff0

#f0dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dbaa Color CSS Codes

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

#f0dbaa Text Font Color

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

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


#f0dbaa Background Color

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

This div background color is #f0dbaa


#f0dbaa Border Color

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

This div border color is #f0dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dbaa


Comments

No comments written yet.

Please login to write comment.