Color Hex Logo

#f8ea64 Color Hex

#F8EA64
(248,234,100)
0 Favorites   0 Comments

Color spaces of #f8ea64

RGB 248234100
HSL0.150.910.68
HSV54°60°97°
CMYK 0.000.060.60   0.03
XYZ70.434579.722223.7322
Yxy79.72220.40510.4585
Hunter Lab89.2873-15.442646.7421
CIE-Lab91.5601-11.155365.0864

#f8ea64 color RGB value is (248,234,100).

#f8ea64 hex color red value is 248, green value is 234 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f8ea64 hue: 0.15 , saturation: 0.91 and the lightness value of f8ea64 is 0.68.

The process color (four color CMYK) of #f8ea64 color hex is 0.00, 0.06, 0.60, 0.03. Web safe color of #f8ea64 is #ffff66. Color #f8ea64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101010 01100100
Octal 370 352 144
Decimal 248 234 100
Hex F8 EA 64

RGB Percentages of Color #f8ea64

%42.61
%40.21
%17.18

CMYK Percentages of Color #f8ea64

%0
%6
%60
%3

Triadic Colors of #f8ea64

#f8ea64 #64f8ea #ea64f8

Analogous Colors of #f8ea64

#f8ea64 #bcf864 #f8a064

Monochromatic Colors of #f8ea64

#f8ea64

Complementary Color

#f8ea64 #6472f8

#f8ea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ea64 Color CSS Codes

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

#f8ea64 Text Font Color

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

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


#f8ea64 Background Color

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

This div background color is #f8ea64


#f8ea64 Border Color

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

This div border color is #f8ea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ea64


Comments

No comments written yet.

Please login to write comment.