Color Hex Logo

#f1efe3 Color Hex

#F1EFE3
(241,239,227)
2 Favorites   0 Comments

Color spaces of #f1efe3

RGB 241239227
HSL0.140.330.92
HSV51°95°
CMYK 0.000.010.06   0.05
XYZ81.007385.979884.9993
Yxy85.97980.32150.3412
Hunter Lab92.7253-6.326910.5578
CIE-Lab94.3037-1.38866.0246

#f1efe3 color RGB value is (241,239,227).

#f1efe3 hex color red value is 241, green value is 239 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #f1efe3 hue: 0.14 , saturation: 0.33 and the lightness value of f1efe3 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101111 11100011
Octal 361 357 343
Decimal 241 239 227
Hex F1 EF E3

RGB Percentages of Color #f1efe3

%34.09
%33.80
%32.11

CMYK Percentages of Color #f1efe3

%0
%1
%6
%5

Triadic Colors of #f1efe3

#f1efe3 #e3f1ef #efe3f1

Analogous Colors of #f1efe3

#f1efe3 #ecf1e3 #f1e8e3

Monochromatic Colors of #f1efe3

#f1efe3

Complementary Color

#f1efe3 #e3e5f1

#f1efe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1efe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1efe3 Color CSS Codes

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

#f1efe3 Text Font Color

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

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


#f1efe3 Background Color

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

This div background color is #f1efe3


#f1efe3 Border Color

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

This div border color is #f1efe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1efe3


Comments

No comments written yet.

Please login to write comment.