Color Hex Logo

#f2ddaa Color Hex

#F2DDAA
(242,221,170)
0 Favorites   0 Comments

Color spaces of #f2ddaa

RGB 242221170
HSL0.120.730.81
HSV43°30°95°
CMYK 0.000.090.30   0.05
XYZ69.730173.492448.5405
Yxy73.49240.36360.3832
Hunter Lab85.7277-4.833326.4384
CIE-Lab88.6820-0.263327.7022

#f2ddaa color RGB value is (242,221,170).

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

The process color (four color CMYK) of #f2ddaa color hex is 0.00, 0.09, 0.30, 0.05. Web safe color of #f2ddaa is #ffcc99. Color #f2ddaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011101 10101010
Octal 362 335 252
Decimal 242 221 170
Hex F2 DD AA

RGB Percentages of Color #f2ddaa

%38.23
%34.91
%26.86

CMYK Percentages of Color #f2ddaa

%0
%9
%30
%5

Triadic Colors of #f2ddaa

#f2ddaa #aaf2dd #ddaaf2

Analogous Colors of #f2ddaa

#f2ddaa #e3f2aa #f2b9aa

Monochromatic Colors of #f2ddaa

#f2ddaa

Complementary Color

#f2ddaa #aabff2

#f2ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ddaa Color CSS Codes

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

#f2ddaa Text Font Color

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

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


#f2ddaa Background Color

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

This div background color is #f2ddaa


#f2ddaa Border Color

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

This div border color is #f2ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ddaa

#f2ddaa Color Palettes


Comments

No comments written yet.

Please login to write comment.