Color Hex Logo

#fbec50 Color Hex

#FBEC50
(251,236,80)
0 Favorites   0 Comments

Color spaces of #fbec50

RGB 25123680
HSL0.150.960.65
HSV55°68°98°
CMYK 0.000.060.68   0.02
XYZ71.227181.079319.4852
Yxy81.07930.41460.4720
Hunter Lab90.0440-16.379150.2007
CIE-Lab92.1670-12.080373.7893

#fbec50 color RGB value is (251,236,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 01010000
Octal 373 354 120
Decimal 251 236 80
Hex FB EC 50

RGB Percentages of Color #fbec50

%44.27
%41.62
%14.11

CMYK Percentages of Color #fbec50

%0
%6
%68
%2

Triadic Colors of #fbec50

#fbec50 #50fbec #ec50fb

Analogous Colors of #fbec50

#fbec50 #b5fb50 #fb9750

Monochromatic Colors of #fbec50

#fbec50

Complementary Color

#fbec50 #505ffb

#fbec50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec50 Color CSS Codes

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

#fbec50 Text Font Color

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

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


#fbec50 Background Color

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

This div background color is #fbec50


#fbec50 Border Color

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

This div border color is #fbec50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec50

Related Colors


Comments

No comments written yet.

Please login to write comment.