Color Hex Logo

#f2efaf Color Hex

#F2EFAF
(242,239,175)
0 Favorites   0 Comments

Color spaces of #f2efaf

RGB 242239175
HSL0.160.720.82
HSV57°28°95°
CMYK 0.000.010.28   0.05
XYZ75.222383.705452.7496
Yxy83.70540.35540.3954
Hunter Lab91.4907-13.348529.8594
CIE-Lab93.3224-8.723331.4085

#f2efaf color RGB value is (242,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101111 10101111
Octal 362 357 257
Decimal 242 239 175
Hex F2 EF AF

RGB Percentages of Color #f2efaf

%36.89
%36.43
%26.68

CMYK Percentages of Color #f2efaf

%0
%1
%28
%5

Triadic Colors of #f2efaf

#f2efaf #aff2ef #efaff2

Analogous Colors of #f2efaf

#f2efaf #d4f2af #f2ceaf

Monochromatic Colors of #f2efaf

#f2efaf

Complementary Color

#f2efaf #afb2f2

#f2efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2efaf Color CSS Codes

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

#f2efaf Text Font Color

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

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


#f2efaf Background Color

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

This div background color is #f2efaf


#f2efaf Border Color

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

This div border color is #f2efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2efaf

#f2efaf Color Palettes


Comments

No comments written yet.

Please login to write comment.