Color Hex Logo

#fbec4a Color Hex

#FBEC4A
(251,236,74)
0 Favorites   0 Comments

Color spaces of #fbec4a

RGB 25123674
HSL0.150.960.64
HSV55°71°98°
CMYK 0.000.060.71   0.02
XYZ71.015180.994518.3692
Yxy80.99450.41680.4754
Hunter Lab89.9969-16.643350.8962
CIE-Lab92.1292-12.368875.9184

#fbec4a color RGB value is (251,236,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 01001010
Octal 373 354 112
Decimal 251 236 74
Hex FB EC 4A

RGB Percentages of Color #fbec4a

%44.74
%42.07
%13.19

CMYK Percentages of Color #fbec4a

%0
%6
%71
%2

Triadic Colors of #fbec4a

#fbec4a #4afbec #ec4afb

Analogous Colors of #fbec4a

#fbec4a #b2fb4a #fb944a

Monochromatic Colors of #fbec4a

#fbec4a

Complementary Color

#fbec4a #4a59fb

#fbec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec4a Color CSS Codes

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

#fbec4a Text Font Color

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

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


#fbec4a Background Color

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

This div background color is #fbec4a


#fbec4a Border Color

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

This div border color is #fbec4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec4a


Comments

No comments written yet.

Please login to write comment.