Color Hex Logo

#f2e1ac Color Hex

#F2E1AC
(242,225,172)
0 Favorites   0 Comments

Color spaces of #f2e1ac

RGB 242225172
HSL0.130.730.81
HSV45°29°95°
CMYK 0.000.070.29   0.05
XYZ70.989675.706249.9009
Yxy75.70620.36110.3851
Hunter Lab87.0093-6.630826.9030
CIE-Lab89.7228-2.050328.0824

#f2e1ac color RGB value is (242,225,172).

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

The process color (four color CMYK) of #f2e1ac color hex is 0.00, 0.07, 0.29, 0.05. Web safe color of #f2e1ac is #ffcc99. Color #f2e1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11100001 10101100
Octal 362 341 254
Decimal 242 225 172
Hex F2 E1 AC

RGB Percentages of Color #f2e1ac

%37.87
%35.21
%26.92

CMYK Percentages of Color #f2e1ac

%0
%7
%29
%5

Triadic Colors of #f2e1ac

#f2e1ac #acf2e1 #e1acf2

Analogous Colors of #f2e1ac

#f2e1ac #e0f2ac #f2beac

Monochromatic Colors of #f2e1ac

#f2e1ac

Complementary Color

#f2e1ac #acbdf2

#f2e1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2e1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2e1ac Color CSS Codes

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

#f2e1ac Text Font Color

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

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


#f2e1ac Background Color

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

This div background color is #f2e1ac


#f2e1ac Border Color

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

This div border color is #f2e1ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,225,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2e1ac

Related Colors

#f2e1ac Color Palettes


Comments

No comments written yet.

Please login to write comment.