Color Hex Logo

#f8c28a Color Hex

#F8C28A
(248,194,138)
0 Favorites   0 Comments

Color spaces of #f8c28a

RGB 248194138
HSL0.080.890.76
HSV31°44°97°
CMYK 0.000.220.44   0.03
XYZ62.590660.375032.3994
Yxy60.37500.40290.3886
Hunter Lab77.70147.809429.6686
CIE-Lab82.041612.411235.5144

#f8c28a color RGB value is (248,194,138).

#f8c28a hex color red value is 248, green value is 194 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f8c28a hue: 0.08 , saturation: 0.89 and the lightness value of f8c28a is 0.76.

The process color (four color CMYK) of #f8c28a color hex is 0.00, 0.22, 0.44, 0.03. Web safe color of #f8c28a is #ffcc99. Color #f8c28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11000010 10001010
Octal 370 302 212
Decimal 248 194 138
Hex F8 C2 8A

RGB Percentages of Color #f8c28a

%42.76
%33.45
%23.79

CMYK Percentages of Color #f8c28a

%0
%22
%44
%3

Triadic Colors of #f8c28a

#f8c28a #8af8c2 #c28af8

Analogous Colors of #f8c28a

#f8c28a #f7f88a #f88b8a

Monochromatic Colors of #f8c28a

#f8c28a

Complementary Color

#f8c28a #8ac0f8

#f8c28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8c28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8c28a Color CSS Codes

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

#f8c28a Text Font Color

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

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


#f8c28a Background Color

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

This div background color is #f8c28a


#f8c28a Border Color

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

This div border color is #f8c28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8c28a


Comments

No comments written yet.

Please login to write comment.