Color Hex Logo

#f2ecaa Color Hex

#F2ECAA
(242,236,170)
0 Favorites   0 Comments

Color spaces of #f2ecaa

RGB 242236170
HSL0.150.730.81
HSV55°30°95°
CMYK 0.000.020.30   0.05
XYZ73.869181.770449.9202
Yxy81.77040.35940.3978
Hunter Lab90.4270-12.432030.5679
CIE-Lab92.4734-7.854032.8050

#f2ecaa color RGB value is (242,236,170).

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

The process color (four color CMYK) of #f2ecaa color hex is 0.00, 0.02, 0.30, 0.05. Web safe color of #f2ecaa is #ffff99. Color #f2ecaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101100 10101010
Octal 362 354 252
Decimal 242 236 170
Hex F2 EC AA

RGB Percentages of Color #f2ecaa

%37.35
%36.42
%26.23

CMYK Percentages of Color #f2ecaa

%0
%2
%30
%5

Triadic Colors of #f2ecaa

#f2ecaa #aaf2ec #ecaaf2

Analogous Colors of #f2ecaa

#f2ecaa #d4f2aa #f2c8aa

Monochromatic Colors of #f2ecaa

#f2ecaa

Complementary Color

#f2ecaa #aab0f2

#f2ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ecaa Color CSS Codes

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

#f2ecaa Text Font Color

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

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


#f2ecaa Background Color

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

This div background color is #f2ecaa


#f2ecaa Border Color

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

This div border color is #f2ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ecaa


Comments

No comments written yet.

Please login to write comment.