Color Hex Logo

#f8bf4e Color Hex

#F8BF4E
(248,191,78)
0 Favorites   0 Comments

Color spaces of #f8bf4e

RGB 24819178
HSL0.110.920.64
HSV40°69°97°
CMYK 0.000.230.69   0.03
XYZ58.717357.768115.2634
Yxy57.76810.44570.4385
Hunter Lab76.00534.889441.2971
CIE-Lab80.60979.418462.6736

#f8bf4e color RGB value is (248,191,78).

#f8bf4e hex color red value is 248, green value is 191 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f8bf4e hue: 0.11 , saturation: 0.92 and the lightness value of f8bf4e is 0.64.

The process color (four color CMYK) of #f8bf4e color hex is 0.00, 0.23, 0.69, 0.03. Web safe color of #f8bf4e is #ffcc66. Color #f8bf4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 01001110
Octal 370 277 116
Decimal 248 191 78
Hex F8 BF 4E

RGB Percentages of Color #f8bf4e

%47.97
%36.94
%15.09

CMYK Percentages of Color #f8bf4e

%0
%23
%69
%3

Triadic Colors of #f8bf4e

#f8bf4e #4ef8bf #bf4ef8

Analogous Colors of #f8bf4e

#f8bf4e #dcf84e #f86a4e

Monochromatic Colors of #f8bf4e

#f8bf4e

Complementary Color

#f8bf4e #4e87f8

#f8bf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bf4e Color CSS Codes

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

#f8bf4e Text Font Color

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

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


#f8bf4e Background Color

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

This div background color is #f8bf4e


#f8bf4e Border Color

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

This div border color is #f8bf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bf4e


Comments

No comments written yet.

Please login to write comment.