Color Hex Logo

#fbd92d Color Hex

#FBD92D
(251,217,45)
0 Favorites   0 Comments

Color spaces of #fbd92d

RGB 25121745
HSL0.140.960.58
HSV50°82°98°
CMYK 0.000.140.82   0.02
XYZ65.070270.324412.6270
Yxy70.32440.43960.4751
Hunter Lab83.8596-8.248849.7743
CIE-Lab87.1557-3.962380.3235

#fbd92d color RGB value is (251,217,45).

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

The process color (four color CMYK) of #fbd92d color hex is 0.00, 0.14, 0.82, 0.02. Web safe color of #fbd92d is #ffcc33. Color #fbd92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00101101
Octal 373 331 55
Decimal 251 217 45
Hex FB D9 2D

RGB Percentages of Color #fbd92d

%48.93
%42.30
%8.77

CMYK Percentages of Color #fbd92d

%0
%14
%82
%2

Triadic Colors of #fbd92d

#fbd92d #2dfbd9 #d92dfb

Analogous Colors of #fbd92d

#fbd92d #b6fb2d #fb722d

Monochromatic Colors of #fbd92d

#fbd92d

Complementary Color

#fbd92d #2d4ffb

#fbd92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd92d Color CSS Codes

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

#fbd92d Text Font Color

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

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


#fbd92d Background Color

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

This div background color is #fbd92d


#fbd92d Border Color

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

This div border color is #fbd92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd92d


Comments

No comments written yet.

Please login to write comment.