Color Hex Logo

#ffbf0e Color Hex

#FFBF0E
(255,191,14)
0 Favorites   0 Comments

Color spaces of #ffbf0e

RGB 25519114
HSL0.121.000.53
HSV44°95°100°
CMYK 0.000.250.95   0.00
XYZ59.950158.55338.5577
Yxy58.55330.47180.4608
Hunter Lab76.52015.936546.9333
CIE-Lab81.045410.499881.6497

#ffbf0e color RGB value is (255,191,14).

#ffbf0e hex color red value is 255, green value is 191 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ffbf0e hue: 0.12 , saturation: 1.00 and the lightness value of ffbf0e is 0.53.

The process color (four color CMYK) of #ffbf0e color hex is 0.00, 0.25, 0.95, 0.00. Web safe color of #ffbf0e is #ffcc00. Color #ffbf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 00001110
Octal 377 277 16
Decimal 255 191 14
Hex FF BF E

RGB Percentages of Color #ffbf0e

%55.43
%41.52
%3.04

CMYK Percentages of Color #ffbf0e

%0
%25
%95
%0

Triadic Colors of #ffbf0e

#ffbf0e #0effbf #bf0eff

Analogous Colors of #ffbf0e

#ffbf0e #c7ff0e #ff470e

Monochromatic Colors of #ffbf0e

#ffbf0e

Complementary Color

#ffbf0e #0e4eff

#ffbf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf0e Color CSS Codes

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

#ffbf0e Text Font Color

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

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


#ffbf0e Background Color

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

This div background color is #ffbf0e


#ffbf0e Border Color

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

This div border color is #ffbf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf0e


Comments

No comments written yet.

Please login to write comment.