Color Hex Logo

#fbd83e Color Hex

#FBD83E
(251,216,62)
0 Favorites   0 Comments

Color spaces of #fbd83e

RGB 25121662
HSL0.140.960.61
HSV49°75°98°
CMYK 0.000.140.75   0.02
XYZ65.209069.968814.6259
Yxy69.96880.43530.4671
Hunter Lab83.6474-7.229648.1862
CIE-Lab86.9816-2.898475.1267

#fbd83e color RGB value is (251,216,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00111110
Octal 373 330 76
Decimal 251 216 62
Hex FB D8 3E

RGB Percentages of Color #fbd83e

%47.45
%40.83
%11.72

CMYK Percentages of Color #fbd83e

%0
%14
%75
%2

Triadic Colors of #fbd83e

#fbd83e #3efbd8 #d83efb

Analogous Colors of #fbd83e

#fbd83e #c0fb3e #fb7a3e

Monochromatic Colors of #fbd83e

#fbd83e

Complementary Color

#fbd83e #3e61fb

#fbd83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd83e Color CSS Codes

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

#fbd83e Text Font Color

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

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


#fbd83e Background Color

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

This div background color is #fbd83e


#fbd83e Border Color

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

This div border color is #fbd83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd83e

Related Colors


Comments

No comments written yet.

Please login to write comment.