Color Hex Logo

#f8c68e Color Hex

#F8C68E
(248,198,142)
0 Favorites   0 Comments

Color spaces of #f8c68e

RGB 248198142
HSL0.090.880.76
HSV32°43°97°
CMYK 0.000.200.43   0.03
XYZ63.788062.297634.2538
Yxy62.29760.39780.3885
Hunter Lab78.92886.133129.5193
CIE-Lab83.071410.728834.7896

#f8c68e color RGB value is (248,198,142).

#f8c68e hex color red value is 248, green value is 198 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f8c68e hue: 0.09 , saturation: 0.88 and the lightness value of f8c68e is 0.76.

The process color (four color CMYK) of #f8c68e color hex is 0.00, 0.20, 0.43, 0.03. Web safe color of #f8c68e is #ffcc99. Color #f8c68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11000110 10001110
Octal 370 306 216
Decimal 248 198 142
Hex F8 C6 8E

RGB Percentages of Color #f8c68e

%42.18
%33.67
%24.15

CMYK Percentages of Color #f8c68e

%0
%20
%43
%3

Triadic Colors of #f8c68e

#f8c68e #8ef8c6 #c68ef8

Analogous Colors of #f8c68e

#f8c68e #f5f88e #f8918e

Monochromatic Colors of #f8c68e

#f8c68e

Complementary Color

#f8c68e #8ec0f8

#f8c68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8c68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8c68e Color CSS Codes

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

#f8c68e Text Font Color

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

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


#f8c68e Background Color

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

This div background color is #f8c68e


#f8c68e Border Color

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

This div border color is #f8c68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8c68e


Comments

No comments written yet.

Please login to write comment.