Color Hex Logo

#ffbe14 Color Hex

#FFBE14
(255,190,20)
0 Favorites   0 Comments

Color spaces of #ffbe14

RGB 25519020
HSL0.121.000.54
HSV43°92°100°
CMYK 0.000.250.92   0.00
XYZ59.779758.13748.7327
Yxy58.13740.47200.4590
Hunter Lab76.24796.513446.5830
CIE-Lab80.815111.085980.6725

#ffbe14 color RGB value is (255,190,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 00010100
Octal 377 276 24
Decimal 255 190 20
Hex FF BE 14

RGB Percentages of Color #ffbe14

%54.84
%40.86
%4.30

CMYK Percentages of Color #ffbe14

%0
%25
%92
%0

Triadic Colors of #ffbe14

#ffbe14 #14ffbe #be14ff

Analogous Colors of #ffbe14

#ffbe14 #cbff14 #ff4914

Monochromatic Colors of #ffbe14

#ffbe14

Complementary Color

#ffbe14 #1455ff

#ffbe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbe14 Color CSS Codes

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

#ffbe14 Text Font Color

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

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


#ffbe14 Background Color

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

This div background color is #ffbe14


#ffbe14 Border Color

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

This div border color is #ffbe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbe14


Comments

No comments written yet.

Please login to write comment.