Color Hex Logo

#fbd94d Color Hex

#FBD94D
(251,217,77)
0 Favorites   0 Comments

Color spaces of #fbd94d

RGB 25121777
HSL0.130.960.64
HSV48°69°98°
CMYK 0.000.140.69   0.02
XYZ65.936170.670817.1868
Yxy70.67080.42870.4595
Hunter Lab84.0659-7.111046.7246
CIE-Lab87.3248-2.745070.0589

#fbd94d color RGB value is (251,217,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01001101
Octal 373 331 115
Decimal 251 217 77
Hex FB D9 4D

RGB Percentages of Color #fbd94d

%46.06
%39.82
%14.13

CMYK Percentages of Color #fbd94d

%0
%14
%69
%2

Triadic Colors of #fbd94d

#fbd94d #4dfbd9 #d94dfb

Analogous Colors of #fbd94d

#fbd94d #c6fb4d #fb824d

Monochromatic Colors of #fbd94d

#fbd94d

Complementary Color

#fbd94d #4d6ffb

#fbd94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd94d Color CSS Codes

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

#fbd94d Text Font Color

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

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


#fbd94d Background Color

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

This div background color is #fbd94d


#fbd94d Border Color

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

This div border color is #fbd94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd94d

Related Colors


Comments

No comments written yet.

Please login to write comment.