Color Hex Logo

#f0daaa Color Hex

#F0DAAA
(240,218,170)
0 Favorites   0 Comments

Color spaces of #f0daaa

RGB 240218170
HSL0.110.700.80
HSV41°29°94°
CMYK 0.000.090.29   0.06
XYZ68.262371.570448.2469
Yxy71.57040.36290.3805
Hunter Lab84.5993-4.018925.4065
CIE-Lab87.76140.518326.4236

#f0daaa color RGB value is (240,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 10101010
Octal 360 332 252
Decimal 240 218 170
Hex F0 DA AA

RGB Percentages of Color #f0daaa

%38.22
%34.71
%27.07

CMYK Percentages of Color #f0daaa

%0
%9
%29
%6

Triadic Colors of #f0daaa

#f0daaa #aaf0da #daaaf0

Analogous Colors of #f0daaa

#f0daaa #e3f0aa #f0b7aa

Monochromatic Colors of #f0daaa

#f0daaa

Complementary Color

#f0daaa #aac0f0

#f0daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0daaa Color CSS Codes

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

#f0daaa Text Font Color

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

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


#f0daaa Background Color

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

This div background color is #f0daaa


#f0daaa Border Color

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

This div border color is #f0daaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,218,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 #f0daaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0daaa


Comments

No comments written yet.

Please login to write comment.