Color Hex Logo

#fbec1f Color Hex

#FBEC1F
(251,236,31)
0 Favorites   0 Comments

Color spaces of #fbec1f

RGB 25123631
HSL0.160.960.55
HSV56°88°98°
CMYK 0.000.060.88   0.02
XYZ70.026480.599113.1627
Yxy80.59910.42750.4921
Hunter Lab89.7770-17.879154.1511
CIE-Lab91.9530-13.724587.2345

#fbec1f color RGB value is (251,236,31).

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

The process color (four color CMYK) of #fbec1f color hex is 0.00, 0.06, 0.88, 0.02. Web safe color of #fbec1f is #ffff33. Color #fbec1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 00011111
Octal 373 354 37
Decimal 251 236 31
Hex FB EC 1F

RGB Percentages of Color #fbec1f

%48.46
%45.56
%5.98

CMYK Percentages of Color #fbec1f

%0
%6
%88
%2

Triadic Colors of #fbec1f

#fbec1f #1ffbec #ec1ffb

Analogous Colors of #fbec1f

#fbec1f #9cfb1f #fb7e1f

Monochromatic Colors of #fbec1f

#fbec1f

Complementary Color

#fbec1f #1f2efb

#fbec1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec1f Color CSS Codes

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

#fbec1f Text Font Color

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

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


#fbec1f Background Color

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

This div background color is #fbec1f


#fbec1f Border Color

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

This div border color is #fbec1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec1f


Comments

No comments written yet.

Please login to write comment.