Color Hex Logo

#fbeb1a Color Hex

#FBEB1A
(251,235,26)
0 Favorites   0 Comments

Color spaces of #fbeb1a

RGB 25123526
HSL0.150.970.54
HSV56°90°98°
CMYK 0.000.060.90   0.02
XYZ69.678480.000512.7465
Yxy80.00050.42900.4925
Hunter Lab89.4430-17.469154.1607
CIE-Lab91.6851-13.319087.8261

#fbeb1a color RGB value is (251,235,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 00011010
Octal 373 353 32
Decimal 251 235 26
Hex FB EB 1A

RGB Percentages of Color #fbeb1a

%49.02
%45.90
%5.08

CMYK Percentages of Color #fbeb1a

%0
%6
%90
%2

Triadic Colors of #fbeb1a

#fbeb1a #1afbeb #eb1afb

Analogous Colors of #fbeb1a

#fbeb1a #9bfb1a #fb7b1a

Monochromatic Colors of #fbeb1a

#fbeb1a

Complementary Color

#fbeb1a #1a2afb

#fbeb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeb1a Color CSS Codes

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

#fbeb1a Text Font Color

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

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


#fbeb1a Background Color

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

This div background color is #fbeb1a


#fbeb1a Border Color

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

This div border color is #fbeb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeb1a


Comments

No comments written yet.

Please login to write comment.