Color Hex Logo

#fbe94c Color Hex

#FBE94C
(251,233,76)
0 Favorites   0 Comments

Color spaces of #fbe94c

RGB 25123376
HSL0.150.960.64
HSV54°70°98°
CMYK 0.000.070.70   0.02
XYZ70.227179.308918.4443
Yxy79.30890.41810.4721
Hunter Lab89.0555-15.086350.0593
CIE-Lab91.3739-10.797374.4657

#fbe94c color RGB value is (251,233,76).

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

The process color (four color CMYK) of #fbe94c color hex is 0.00, 0.07, 0.70, 0.02. Web safe color of #fbe94c is #ffff33. Color #fbe94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 01001100
Octal 373 351 114
Decimal 251 233 76
Hex FB E9 4C

RGB Percentages of Color #fbe94c

%44.82
%41.61
%13.57

CMYK Percentages of Color #fbe94c

%0
%7
%70
%2

Triadic Colors of #fbe94c

#fbe94c #4cfbe9 #e94cfb

Analogous Colors of #fbe94c

#fbe94c #b6fb4c #fb924c

Monochromatic Colors of #fbe94c

#fbe94c

Complementary Color

#fbe94c #4c5efb

#fbe94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe94c Color CSS Codes

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

#fbe94c Text Font Color

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

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


#fbe94c Background Color

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

This div background color is #fbe94c


#fbe94c Border Color

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

This div border color is #fbe94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe94c

Related Colors


Comments

No comments written yet.

Please login to write comment.