Color Hex Logo

#fbea4a Color Hex

#FBEA4A
(251,234,74)
0 Favorites   0 Comments

Color spaces of #fbea4a

RGB 25123474
HSL0.150.960.64
HSV54°71°98°
CMYK 0.000.070.71   0.02
XYZ70.442579.849318.1783
Yxy79.84930.41810.4740
Hunter Lab89.3584-15.663250.4895
CIE-Lab91.6172-11.384475.4198

#fbea4a color RGB value is (251,234,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01001010
Octal 373 352 112
Decimal 251 234 74
Hex FB EA 4A

RGB Percentages of Color #fbea4a

%44.90
%41.86
%13.24

CMYK Percentages of Color #fbea4a

%0
%7
%71
%2

Triadic Colors of #fbea4a

#fbea4a #4afbea #ea4afb

Analogous Colors of #fbea4a

#fbea4a #b4fb4a #fb924a

Monochromatic Colors of #fbea4a

#fbea4a

Complementary Color

#fbea4a #4a5bfb

#fbea4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea4a Color CSS Codes

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

#fbea4a Text Font Color

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

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


#fbea4a Background Color

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

This div background color is #fbea4a


#fbea4a Border Color

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

This div border color is #fbea4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,234,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 #fbea4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea4a


Comments

No comments written yet.

Please login to write comment.