Color Hex Logo

#f0ddaa Color Hex

#F0DDAA
(240,221,170)
0 Favorites   0 Comments

Color spaces of #f0ddaa

RGB 240221170
HSL0.120.700.80
HSV44°29°94°
CMYK 0.000.080.29   0.06
XYZ69.047373.140448.5085
Yxy73.14040.36210.3835
Hunter Lab85.5222-5.549826.2360
CIE-Lab88.5146-1.018527.4472

#f0ddaa color RGB value is (240,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011101 10101010
Octal 360 335 252
Decimal 240 221 170
Hex F0 DD AA

RGB Percentages of Color #f0ddaa

%38.03
%35.02
%26.94

CMYK Percentages of Color #f0ddaa

%0
%8
%29
%6

Triadic Colors of #f0ddaa

#f0ddaa #aaf0dd #ddaaf0

Analogous Colors of #f0ddaa

#f0ddaa #e0f0aa #f0baaa

Monochromatic Colors of #f0ddaa

#f0ddaa

Complementary Color

#f0ddaa #aabdf0

#f0ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ddaa Color CSS Codes

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

#f0ddaa Text Font Color

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

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


#f0ddaa Background Color

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

This div background color is #f0ddaa


#f0ddaa Border Color

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

This div border color is #f0ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ddaa


Comments

No comments written yet.

Please login to write comment.