Color Hex Logo

#f7efef Color Hex

#F7EFEF
(247,239,239)
0 Favorites   0 Comments

Color spaces of #f7efef

RGB 247239239
HSL0.000.330.95
HSV97°
CMYK 0.000.030.03   0.03
XYZ84.804387.739294.1270
Yxy87.73920.31800.3290
Hunter Lab93.6692-2.31445.9887
CIE-Lab95.05102.68420.9440

#f7efef color RGB value is (247,239,239).

#f7efef hex color red value is 247, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f7efef hue: 0.00 , saturation: 0.33 and the lightness value of f7efef is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11101111 11101111
Octal 367 357 357
Decimal 247 239 239
Hex F7 EF EF

RGB Percentages of Color #f7efef

%34.07
%32.97
%32.97

CMYK Percentages of Color #f7efef

%0
%3
%3
%3

Triadic Colors of #f7efef

#f7efef #eff7ef #efeff7

Analogous Colors of #f7efef

#f7efef #f7f3ef #f7eff3

Monochromatic Colors of #f7efef

#f7efef

Complementary Color

#f7efef #eff7f7

#f7efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7efef Color CSS Codes

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

#f7efef Text Font Color

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

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


#f7efef Background Color

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

This div background color is #f7efef


#f7efef Border Color

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

This div border color is #f7efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7efef

#f7efef Color Palettes


Comments

No comments written yet.

Please login to write comment.