Color Hex Logo

#f2efc4 Color Hex

#F2EFC4
(242,239,196)
0 Favorites   0 Comments

Color spaces of #f2efc4

RGB 242239196
HSL0.160.640.86
HSV56°19°95°
CMYK 0.000.010.19   0.05
XYZ77.448384.595864.4712
Yxy84.59580.34190.3735
Hunter Lab91.9760-10.652222.8234
CIE-Lab93.7087-5.870421.2086

#f2efc4 color RGB value is (242,239,196).

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

The process color (four color CMYK) of #f2efc4 color hex is 0.00, 0.01, 0.19, 0.05. Web safe color of #f2efc4 is #ffffcc. Color #f2efc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101111 11000100
Octal 362 357 304
Decimal 242 239 196
Hex F2 EF C4

RGB Percentages of Color #f2efc4

%35.75
%35.30
%28.95

CMYK Percentages of Color #f2efc4

%0
%1
%19
%5

Triadic Colors of #f2efc4

#f2efc4 #c4f2ef #efc4f2

Analogous Colors of #f2efc4

#f2efc4 #def2c4 #f2d8c4

Monochromatic Colors of #f2efc4

#f2efc4

Complementary Color

#f2efc4 #c4c7f2

#f2efc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2efc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2efc4 Color CSS Codes

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

#f2efc4 Text Font Color

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

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


#f2efc4 Background Color

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

This div background color is #f2efc4


#f2efc4 Border Color

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

This div border color is #f2efc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2efc4


Comments

No comments written yet.

Please login to write comment.