Color Hex Logo

#fbd74f Color Hex

#FBD74F
(251,215,79)
0 Favorites   0 Comments

Color spaces of #fbd74f

RGB 25121579
HSL0.130.960.65
HSV47°69°98°
CMYK 0.000.140.69   0.02
XYZ65.495469.674617.3937
Yxy69.67460.42930.4567
Hunter Lab83.4713-6.015646.0751
CIE-Lab86.8370-1.630768.7858

#fbd74f color RGB value is (251,215,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01001111
Octal 373 327 117
Decimal 251 215 79
Hex FB D7 4F

RGB Percentages of Color #fbd74f

%46.06
%39.45
%14.50

CMYK Percentages of Color #fbd74f

%0
%14
%69
%2

Triadic Colors of #fbd74f

#fbd74f #4ffbd7 #d74ffb

Analogous Colors of #fbd74f

#fbd74f #c9fb4f #fb814f

Monochromatic Colors of #fbd74f

#fbd74f

Complementary Color

#fbd74f #4f73fb

#fbd74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd74f Color CSS Codes

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

#fbd74f Text Font Color

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

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


#fbd74f Background Color

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

This div background color is #fbd74f


#fbd74f Border Color

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

This div border color is #fbd74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd74f


Comments

No comments written yet.

Please login to write comment.