Color Hex Logo

#fbd84e Color Hex

#FBD84E
(251,216,78)
0 Favorites   0 Comments

Color spaces of #fbd84e

RGB 25121678
HSL0.130.960.65
HSV48°69°98°
CMYK 0.000.140.69   0.02
XYZ65.714770.171017.2886
Yxy70.17100.42900.4581
Hunter Lab83.7681-6.564046.4010
CIE-Lab87.0807-2.188669.4249

#fbd84e color RGB value is (251,216,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01001110
Octal 373 330 116
Decimal 251 216 78
Hex FB D8 4E

RGB Percentages of Color #fbd84e

%46.06
%39.63
%14.31

CMYK Percentages of Color #fbd84e

%0
%14
%69
%2

Triadic Colors of #fbd84e

#fbd84e #4efbd8 #d84efb

Analogous Colors of #fbd84e

#fbd84e #c8fb4e #fb824e

Monochromatic Colors of #fbd84e

#fbd84e

Complementary Color

#fbd84e #4e71fb

#fbd84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd84e Color CSS Codes

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

#fbd84e Text Font Color

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

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


#fbd84e Background Color

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

This div background color is #fbd84e


#fbd84e Border Color

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

This div border color is #fbd84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd84e

Related Colors


Comments

No comments written yet.

Please login to write comment.