Color Hex Logo

#fbea1a Color Hex

#FBEA1A
(251,234,26)
0 Favorites   0 Comments

Color spaces of #fbea1a

RGB 25123426
HSL0.150.970.54
HSV55°90°98°
CMYK 0.000.070.90   0.02
XYZ69.392979.429412.6513
Yxy79.42940.42970.4919
Hunter Lab89.1232-16.982353.9698
CIE-Lab91.4282-12.828587.6274

#fbea1a color RGB value is (251,234,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 00011010
Octal 373 352 32
Decimal 251 234 26
Hex FB EA 1A

RGB Percentages of Color #fbea1a

%49.12
%45.79
%5.09

CMYK Percentages of Color #fbea1a

%0
%7
%90
%2

Triadic Colors of #fbea1a

#fbea1a #1afbea #ea1afb

Analogous Colors of #fbea1a

#fbea1a #9cfb1a #fb7a1a

Monochromatic Colors of #fbea1a

#fbea1a

Complementary Color

#fbea1a #1a2bfb

#fbea1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea1a Color CSS Codes

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

#fbea1a Text Font Color

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

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


#fbea1a Background Color

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

This div background color is #fbea1a


#fbea1a Border Color

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

This div border color is #fbea1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea1a


Comments

No comments written yet.

Please login to write comment.