Color Hex Logo

#fbd74e Color Hex

#FBD74E
(251,215,78)
0 Favorites   0 Comments

Color spaces of #fbd74e

RGB 25121578
HSL0.130.960.65
HSV48°69°98°
CMYK 0.000.140.69   0.02
XYZ65.459269.660217.2034
Yxy69.66020.42970.4573
Hunter Lab83.4627-6.063446.2030
CIE-Lab86.8299-1.681669.1708

#fbd74e color RGB value is (251,215,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01001110
Octal 373 327 116
Decimal 251 215 78
Hex FB D7 4E

RGB Percentages of Color #fbd74e

%46.14
%39.52
%14.34

CMYK Percentages of Color #fbd74e

%0
%14
%69
%2

Triadic Colors of #fbd74e

#fbd74e #4efbd7 #d74efb

Analogous Colors of #fbd74e

#fbd74e #c9fb4e #fb814e

Monochromatic Colors of #fbd74e

#fbd74e

Complementary Color

#fbd74e #4e72fb

#fbd74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd74e Color CSS Codes

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

#fbd74e Text Font Color

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

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


#fbd74e Background Color

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

This div background color is #fbd74e


#fbd74e Border Color

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

This div border color is #fbd74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd74e


Comments

No comments written yet.

Please login to write comment.