Color Hex Logo

#fbec0f Color Hex

#FBEC0F
(251,236,15)
0 Favorites   0 Comments

Color spaces of #fbec0f

RGB 25123615
HSL0.160.970.52
HSV56°94°98°
CMYK 0.000.060.94   0.02
XYZ69.865380.534612.3144
Yxy80.53460.42940.4949
Hunter Lab89.7411-18.080954.6829
CIE-Lab91.9242-13.946989.3566

#fbec0f color RGB value is (251,236,15).

#fbec0f hex color red value is 251, green value is 236 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fbec0f hue: 0.16 , saturation: 0.97 and the lightness value of fbec0f is 0.52.

The process color (four color CMYK) of #fbec0f color hex is 0.00, 0.06, 0.94, 0.02. Web safe color of #fbec0f is #ffff00. Color #fbec0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 00001111
Octal 373 354 17
Decimal 251 236 15
Hex FB EC F

RGB Percentages of Color #fbec0f

%50.00
%47.01
%2.99

CMYK Percentages of Color #fbec0f

%0
%6
%94
%2

Triadic Colors of #fbec0f

#fbec0f #0ffbec #ec0ffb

Analogous Colors of #fbec0f

#fbec0f #94fb0f #fb760f

Monochromatic Colors of #fbec0f

#fbec0f

Complementary Color

#fbec0f #0f1efb

#fbec0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec0f Color CSS Codes

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

#fbec0f Text Font Color

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

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


#fbec0f Background Color

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

This div background color is #fbec0f


#fbec0f Border Color

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

This div border color is #fbec0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec0f

Related Colors


Comments

No comments written yet.

Please login to write comment.