Color Hex Logo

#fbd94e Color Hex

#FBD94E
(251,217,78)
0 Favorites   0 Comments

Color spaces of #fbd94e

RGB 25121778
HSL0.130.960.65
HSV48°69°98°
CMYK 0.000.140.69   0.02
XYZ65.971770.685017.3742
Yxy70.68500.42830.4589
Hunter Lab84.0744-7.064346.5996
CIE-Lab87.3317-2.695269.6794

#fbd94e color RGB value is (251,217,78).

#fbd94e hex color red value is 251, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fbd94e hue: 0.13 , saturation: 0.96 and the lightness value of fbd94e is 0.65.

The process color (four color CMYK) of #fbd94e color hex is 0.00, 0.14, 0.69, 0.02. Web safe color of #fbd94e is #ffcc66. Color #fbd94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01001110
Octal 373 331 116
Decimal 251 217 78
Hex FB D9 4E

RGB Percentages of Color #fbd94e

%45.97
%39.74
%14.29

CMYK Percentages of Color #fbd94e

%0
%14
%69
%2

Triadic Colors of #fbd94e

#fbd94e #4efbd9 #d94efb

Analogous Colors of #fbd94e

#fbd94e #c7fb4e #fb834e

Monochromatic Colors of #fbd94e

#fbd94e

Complementary Color

#fbd94e #4e70fb

#fbd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd94e Color CSS Codes

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

#fbd94e Text Font Color

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

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


#fbd94e Background Color

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

This div background color is #fbd94e


#fbd94e Border Color

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

This div border color is #fbd94e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,217,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd94e


Comments

No comments written yet.

Please login to write comment.