Color Hex Logo

#f2eaaf Color Hex

#F2EAAF
(242,234,175)
0 Favorites   0 Comments

Color spaces of #f2eaaf

RGB 242234175
HSL0.150.720.82
HSV53°28°95°
CMYK 0.000.030.28   0.05
XYZ73.778680.818052.2683
Yxy80.81800.35670.3907
Hunter Lab89.8988-10.830728.4572
CIE-Lab92.0506-6.219529.6951

#f2eaaf color RGB value is (242,234,175).

#f2eaaf hex color red value is 242, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f2eaaf hue: 0.15 , saturation: 0.72 and the lightness value of f2eaaf is 0.82.

The process color (four color CMYK) of #f2eaaf color hex is 0.00, 0.03, 0.28, 0.05. Web safe color of #f2eaaf is #ffff99. Color #f2eaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101010 10101111
Octal 362 352 257
Decimal 242 234 175
Hex F2 EA AF

RGB Percentages of Color #f2eaaf

%37.17
%35.94
%26.88

CMYK Percentages of Color #f2eaaf

%0
%3
%28
%5

Triadic Colors of #f2eaaf

#f2eaaf #aff2ea #eaaff2

Analogous Colors of #f2eaaf

#f2eaaf #d9f2af #f2c9af

Monochromatic Colors of #f2eaaf

#f2eaaf

Complementary Color

#f2eaaf #afb7f2

#f2eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eaaf Color CSS Codes

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

#f2eaaf Text Font Color

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

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


#f2eaaf Background Color

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

This div background color is #f2eaaf


#f2eaaf Border Color

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

This div border color is #f2eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eaaf


Comments

No comments written yet.

Please login to write comment.