color codes Logo

#fbd55e color codes

#FBD55E
(251,213,94)
1 Favorites   0 Comments

Color spaces of #fbd55e

RGB 25121394
HSL0.130.950.68
HSV45°63°98°
CMYK 0.000.150.63   0.02
XYZ65.598368.905920.4324
Yxy68.90590.42340.4447
Hunter Lab83.0096-4.207243.5128
CIE-Lab86.45740.236662.1479

#fbd55e color RGB value is (251,213,94).

#fbd55e hex color red value is 251, green value is 213 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fbd55e hue: 0.13 , saturation: 0.95 and the lightness value of fbd55e is 0.68.

The process color (four color CMYK) of #fbd55e color code is 0.00, 0.15, 0.63, 0.02. Web safe color of #fbd55e is #ffcc66. Color #fbd55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01011110
Octal 373 325 136
Decimal 251 213 94
Hex FB D5 5E

RGB Percentages of Color #fbd55e

%44.98
%38.17
%16.85

CMYK Percentages of Color #fbd55e

%0
%15
%63
%2

Triadic Colors of #fbd55e

#fbd55e #5efbd5 #d55efb

Analogous Colors of #fbd55e

#fbd55e #d3fb5e #fb875e

Monochromatic Colors of #fbd55e

#fbd55e

Complementary Color

#fbd55e #5e84fb

#fbd55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd55e Color CSS Codes

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

#fbd55e Text Font Color

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

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


#fbd55e Background Color

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

This div background color is #fbd55e


#fbd55e Border Color

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

This div border color is #fbd55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd55e

Related Colors

#fbd55e Color Palettes


Comments

No comments written yet.

Please login to write comment.