Color Hex Logo

#fbec4e Color Hex

#FBEC4E
(251,236,78)
0 Favorites   0 Comments

Color spaces of #fbec4e

RGB 25123678
HSL0.150.960.65
HSV55°69°98°
CMYK 0.000.060.69   0.02
XYZ71.154381.050219.1017
Yxy81.05020.41540.4731
Hunter Lab90.0279-16.469850.4396
CIE-Lab92.1540-12.179374.5113

#fbec4e color RGB value is (251,236,78).

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

The process color (four color CMYK) of #fbec4e color hex is 0.00, 0.06, 0.69, 0.02. Web safe color of #fbec4e is #ffff66. Color #fbec4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 01001110
Octal 373 354 116
Decimal 251 236 78
Hex FB EC 4E

RGB Percentages of Color #fbec4e

%44.42
%41.77
%13.81

CMYK Percentages of Color #fbec4e

%0
%6
%69
%2

Triadic Colors of #fbec4e

#fbec4e #4efbec #ec4efb

Analogous Colors of #fbec4e

#fbec4e #b4fb4e #fb964e

Monochromatic Colors of #fbec4e

#fbec4e

Complementary Color

#fbec4e #4e5dfb

#fbec4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec4e Color CSS Codes

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

#fbec4e Text Font Color

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

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


#fbec4e Background Color

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

This div background color is #fbec4e


#fbec4e Border Color

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

This div border color is #fbec4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec4e


Comments

No comments written yet.

Please login to write comment.