Color Hex Logo

#fbd14e Color Hex

#FBD14E
(251,209,78)
0 Favorites   0 Comments

Color spaces of #fbd14e

RGB 25120978
HSL0.130.960.65
HSV45°69°98°
CMYK 0.000.170.69   0.02
XYZ63.959366.660216.7034
Yxy66.66020.43410.4525
Hunter Lab81.6457-3.047345.0222
CIE-Lab85.33211.376267.6461

#fbd14e color RGB value is (251,209,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 01001110
Octal 373 321 116
Decimal 251 209 78
Hex FB D1 4E

RGB Percentages of Color #fbd14e

%46.65
%38.85
%14.50

CMYK Percentages of Color #fbd14e

%0
%17
%69
%2

Triadic Colors of #fbd14e

#fbd14e #4efbd1 #d14efb

Analogous Colors of #fbd14e

#fbd14e #cffb4e #fb7b4e

Monochromatic Colors of #fbd14e

#fbd14e

Complementary Color

#fbd14e #4e78fb

#fbd14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd14e Color CSS Codes

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

#fbd14e Text Font Color

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

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


#fbd14e Background Color

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

This div background color is #fbd14e


#fbd14e Border Color

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

This div border color is #fbd14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd14e


Comments

No comments written yet.

Please login to write comment.