Color Hex Logo

#f8efbf Color Hex

#F8EFBF
(248,239,191)
0 Favorites   0 Comments

Color spaces of #f8efbf

RGB 248239191
HSL0.140.800.86
HSV51°23°97°
CMYK 0.000.040.23   0.03
XYZ78.981985.451161.6211
Yxy85.45110.34940.3780
Hunter Lab92.4398-9.256625.1846
CIE-Lab94.0772-4.396324.3561

#f8efbf color RGB value is (248,239,191).

#f8efbf hex color red value is 248, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f8efbf hue: 0.14 , saturation: 0.80 and the lightness value of f8efbf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101111 10111111
Octal 370 357 277
Decimal 248 239 191
Hex F8 EF BF

RGB Percentages of Color #f8efbf

%36.58
%35.25
%28.17

CMYK Percentages of Color #f8efbf

%0
%4
%23
%3

Triadic Colors of #f8efbf

#f8efbf #bff8ef #efbff8

Analogous Colors of #f8efbf

#f8efbf #e5f8bf #f8d3bf

Monochromatic Colors of #f8efbf

#f8efbf

Complementary Color

#f8efbf #bfc8f8

#f8efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8efbf Color CSS Codes

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

#f8efbf Text Font Color

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

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


#f8efbf Background Color

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

This div background color is #f8efbf


#f8efbf Border Color

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

This div border color is #f8efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8efbf


Comments

No comments written yet.

Please login to write comment.