Color Hex Logo

#ffbe0e Color Hex

#FFBE0E
(255,190,14)
0 Favorites   0 Comments

Color spaces of #ffbe0e

RGB 25519014
HSL0.121.000.53
HSV44°95°100°
CMYK 0.000.250.95   0.00
XYZ59.732758.11868.4852
Yxy58.11860.47280.4600
Hunter Lab76.23566.447546.7658
CIE-Lab80.804711.018681.4772

#ffbe0e color RGB value is (255,190,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 00001110
Octal 377 276 16
Decimal 255 190 14
Hex FF BE E

RGB Percentages of Color #ffbe0e

%55.56
%41.39
%3.05

CMYK Percentages of Color #ffbe0e

%0
%25
%95
%0

Triadic Colors of #ffbe0e

#ffbe0e #0effbe #be0eff

Analogous Colors of #ffbe0e

#ffbe0e #c8ff0e #ff460e

Monochromatic Colors of #ffbe0e

#ffbe0e

Complementary Color

#ffbe0e #0e4fff

#ffbe0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbe0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbe0e Color CSS Codes

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

#ffbe0e Text Font Color

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

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


#ffbe0e Background Color

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

This div background color is #ffbe0e


#ffbe0e Border Color

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

This div border color is #ffbe0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,190,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 #ffbe0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbe0e

#ffbe0e Color Palettes


Comments

No comments written yet.

Please login to write comment.