Color Hex Logo

#fbc15e Color Hex

#FBC15E
(251,193,94)
0 Favorites   0 Comments

Color spaces of #fbc15e

RGB 25119394
HSL0.110.950.68
HSV38°63°98°
CMYK 0.000.230.63   0.02
XYZ60.874059.457318.8577
Yxy59.45730.43730.4272
Hunter Lab77.10865.978339.4760
CIE-Lab81.542310.549656.6940

#fbc15e color RGB value is (251,193,94).

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

The process color (four color CMYK) of #fbc15e color hex is 0.00, 0.23, 0.63, 0.02. Web safe color of #fbc15e is #ffcc66. Color #fbc15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01011110
Octal 373 301 136
Decimal 251 193 94
Hex FB C1 5E

RGB Percentages of Color #fbc15e

%46.65
%35.87
%17.47

CMYK Percentages of Color #fbc15e

%0
%23
%63
%2

Triadic Colors of #fbc15e

#fbc15e #5efbc1 #c15efb

Analogous Colors of #fbc15e

#fbc15e #e7fb5e #fb735e

Monochromatic Colors of #fbc15e

#fbc15e

Complementary Color

#fbc15e #5e98fb

#fbc15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc15e Color CSS Codes

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

#fbc15e Text Font Color

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

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


#fbc15e Background Color

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

This div background color is #fbc15e


#fbc15e Border Color

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

This div border color is #fbc15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc15e


Comments

No comments written yet.

Please login to write comment.