Color Hex Logo

#fbc80e Color Hex

#FBC80E
(251,200,14)
0 Favorites   0 Comments

Color spaces of #fbc80e

RGB 25120014
HSL0.130.970.52
HSV47°94°98°
CMYK 0.000.200.94   0.02
XYZ60.517261.84959.1640
Yxy61.84950.46010.4702
Hunter Lab78.6445-0.271448.1424
CIE-Lab82.83334.141282.7550

#fbc80e color RGB value is (251,200,14).

#fbc80e hex color red value is 251, green value is 200 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fbc80e hue: 0.13 , saturation: 0.97 and the lightness value of fbc80e is 0.52.

The process color (four color CMYK) of #fbc80e color hex is 0.00, 0.20, 0.94, 0.02. Web safe color of #fbc80e is #ffcc00. Color #fbc80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 00001110
Octal 373 310 16
Decimal 251 200 14
Hex FB C8 E

RGB Percentages of Color #fbc80e

%53.98
%43.01
%3.01

CMYK Percentages of Color #fbc80e

%0
%20
%94
%2

Triadic Colors of #fbc80e

#fbc80e #0efbc8 #c80efb

Analogous Colors of #fbc80e

#fbc80e #b8fb0e #fb510e

Monochromatic Colors of #fbc80e

#fbc80e

Complementary Color

#fbc80e #0e41fb

#fbc80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc80e Color CSS Codes

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

#fbc80e Text Font Color

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

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


#fbc80e Background Color

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

This div background color is #fbc80e


#fbc80e Border Color

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

This div border color is #fbc80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc80e


Comments

No comments written yet.

Please login to write comment.