Color Hex Logo

#fbd80e Color Hex

#FBD80E
(251,216,14)
0 Favorites   0 Comments

Color spaces of #fbd80e

RGB 25121614
HSL0.140.970.52
HSV51°94°98°
CMYK 0.000.140.94   0.02
XYZ64.418869.652710.4645
Yxy69.65270.44570.4819
Hunter Lab83.4582-8.273250.9866
CIE-Lab86.8262-4.017585.6752

#fbd80e color RGB value is (251,216,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00001110
Octal 373 330 16
Decimal 251 216 14
Hex FB D8 E

RGB Percentages of Color #fbd80e

%52.18
%44.91
%2.91

CMYK Percentages of Color #fbd80e

%0
%14
%94
%2

Triadic Colors of #fbd80e

#fbd80e #0efbd8 #d80efb

Analogous Colors of #fbd80e

#fbd80e #a8fb0e #fb610e

Monochromatic Colors of #fbd80e

#fbd80e

Complementary Color

#fbd80e #0e31fb

#fbd80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd80e Color CSS Codes

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

#fbd80e Text Font Color

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

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


#fbd80e Background Color

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

This div background color is #fbd80e


#fbd80e Border Color

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

This div border color is #fbd80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd80e


Comments

No comments written yet.

Please login to write comment.