Color Hex Logo

#fbea56 Color Hex

#FBEA56
(251,234,86)
0 Favorites   0 Comments

Color spaces of #fbea56

RGB 25123486
HSL0.150.950.66
HSV54°66°98°
CMYK 0.000.070.66   0.02
XYZ70.886280.026820.5147
Yxy80.02680.41350.4668
Hunter Lab89.4577-15.107749.0238
CIE-Lab91.6969-10.779871.0279

#fbea56 color RGB value is (251,234,86).

#fbea56 hex color red value is 251, green value is 234 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fbea56 hue: 0.15 , saturation: 0.95 and the lightness value of fbea56 is 0.66.

The process color (four color CMYK) of #fbea56 color hex is 0.00, 0.07, 0.66, 0.02. Web safe color of #fbea56 is #ffff66. Color #fbea56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01010110
Octal 373 352 126
Decimal 251 234 86
Hex FB EA 56

RGB Percentages of Color #fbea56

%43.96
%40.98
%15.06

CMYK Percentages of Color #fbea56

%0
%7
%66
%2

Triadic Colors of #fbea56

#fbea56 #56fbea #ea56fb

Analogous Colors of #fbea56

#fbea56 #bafb56 #fb9856

Monochromatic Colors of #fbea56

#fbea56

Complementary Color

#fbea56 #5667fb

#fbea56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea56 Color CSS Codes

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

#fbea56 Text Font Color

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

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


#fbea56 Background Color

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

This div background color is #fbea56


#fbea56 Border Color

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

This div border color is #fbea56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea56


Comments

No comments written yet.

Please login to write comment.