Color Hex Logo

#f8efbc Color Hex

#F8EFBC
(248,239,188)
0 Favorites   0 Comments

Color spaces of #f8efbc

RGB 248239188
HSL0.140.810.85
HSV51°24°97°
CMYK 0.000.040.24   0.03
XYZ78.655085.320359.8999
Yxy85.32030.35130.3811
Hunter Lab92.3690-9.647626.2096
CIE-Lab94.0210-4.803625.8141

#f8efbc color RGB value is (248,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101111 10111100
Octal 370 357 274
Decimal 248 239 188
Hex F8 EF BC

RGB Percentages of Color #f8efbc

%36.74
%35.41
%27.85

CMYK Percentages of Color #f8efbc

%0
%4
%24
%3

Triadic Colors of #f8efbc

#f8efbc #bcf8ef #efbcf8

Analogous Colors of #f8efbc

#f8efbc #e3f8bc #f8d1bc

Monochromatic Colors of #f8efbc

#f8efbc

Complementary Color

#f8efbc #bcc5f8

#f8efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8efbc Color CSS Codes

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

#f8efbc Text Font Color

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

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


#f8efbc Background Color

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

This div background color is #f8efbc


#f8efbc Border Color

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

This div border color is #f8efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8efbc


Comments

No comments written yet.

Please login to write comment.