Color Hex Logo

#f7efe1 Color Hex

#F7EFE1
(247,239,225)
0 Favorites   0 Comments

Color spaces of #f7efe1

RGB 247239225
HSL0.110.580.93
HSV38°97°
CMYK 0.000.030.09   0.03
XYZ82.814986.943483.6511
Yxy86.94340.32680.3431
Hunter Lab93.2434-4.639812.0798
CIE-Lab94.71430.34207.7112

#f7efe1 color RGB value is (247,239,225).

#f7efe1 hex color red value is 247, green value is 239 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f7efe1 hue: 0.11 , saturation: 0.58 and the lightness value of f7efe1 is 0.93.

The process color (four color CMYK) of #f7efe1 color hex is 0.00, 0.03, 0.09, 0.03. Web safe color of #f7efe1 is #ffffcc. Color #f7efe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11101111 11100001
Octal 367 357 341
Decimal 247 239 225
Hex F7 EF E1

RGB Percentages of Color #f7efe1

%34.74
%33.61
%31.65

CMYK Percentages of Color #f7efe1

%0
%3
%9
%3

Triadic Colors of #f7efe1

#f7efe1 #e1f7ef #efe1f7

Analogous Colors of #f7efe1

#f7efe1 #f4f7e1 #f7e4e1

Monochromatic Colors of #f7efe1

#f7efe1

Complementary Color

#f7efe1 #e1e9f7

#f7efe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7efe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7efe1 Color CSS Codes

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

#f7efe1 Text Font Color

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

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


#f7efe1 Background Color

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

This div background color is #f7efe1


#f7efe1 Border Color

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

This div border color is #f7efe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7efe1


Comments

No comments written yet.

Please login to write comment.