Color Hex Logo

#fbea58 Color Hex

#FBEA58
(251,234,88)
0 Favorites   0 Comments

Color spaces of #fbea58

RGB 25123488
HSL0.150.950.66
HSV54°65°98°
CMYK 0.000.070.65   0.02
XYZ70.967980.059420.9451
Yxy80.05940.41270.4655
Hunter Lab89.4759-15.005448.7542
CIE-Lab91.7115-10.668770.2568

#fbea58 color RGB value is (251,234,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01011000
Octal 373 352 130
Decimal 251 234 88
Hex FB EA 58

RGB Percentages of Color #fbea58

%43.80
%40.84
%15.36

CMYK Percentages of Color #fbea58

%0
%7
%65
%2

Triadic Colors of #fbea58

#fbea58 #58fbea #ea58fb

Analogous Colors of #fbea58

#fbea58 #bbfb58 #fb9958

Monochromatic Colors of #fbea58

#fbea58

Complementary Color

#fbea58 #5869fb

#fbea58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea58 Color CSS Codes

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

#fbea58 Text Font Color

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

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


#fbea58 Background Color

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

This div background color is #fbea58


#fbea58 Border Color

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

This div border color is #fbea58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea58

Related Colors


Comments

No comments written yet.

Please login to write comment.