Color Hex Logo

#fbe714 Color Hex

#FBE714
(251,231,20)
0 Favorites   0 Comments

Color spaces of #fbe714

RGB 25123120
HSL0.150.970.53
HSV55°92°98°
CMYK 0.000.080.92   0.02
XYZ68.485877.711612.0521
Yxy77.71160.43280.4911
Hunter Lab88.1542-15.595653.6020
CIE-Lab90.6481-11.436487.8482

#fbe714 color RGB value is (251,231,20).

#fbe714 hex color red value is 251, green value is 231 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fbe714 hue: 0.15 , saturation: 0.97 and the lightness value of fbe714 is 0.53.

The process color (four color CMYK) of #fbe714 color hex is 0.00, 0.08, 0.92, 0.02. Web safe color of #fbe714 is #ffff00. Color #fbe714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 00010100
Octal 373 347 24
Decimal 251 231 20
Hex FB E7 14

RGB Percentages of Color #fbe714

%50.00
%46.02
%3.98

CMYK Percentages of Color #fbe714

%0
%8
%92
%2

Triadic Colors of #fbe714

#fbe714 #14fbe7 #e714fb

Analogous Colors of #fbe714

#fbe714 #9cfb14 #fb7414

Monochromatic Colors of #fbe714

#fbe714

Complementary Color

#fbe714 #1428fb

#fbe714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe714 Color CSS Codes

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

#fbe714 Text Font Color

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

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


#fbe714 Background Color

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

This div background color is #fbe714


#fbe714 Border Color

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

This div border color is #fbe714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe714


Comments

No comments written yet.

Please login to write comment.