Color Hex Logo

#fbe52f Color Hex

#FBE52F
(251,229,47)
0 Favorites   0 Comments

Color spaces of #fbe52f

RGB 25122947
HSL0.150.960.58
HSV54°81°98°
CMYK 0.000.090.81   0.02
XYZ68.316176.753113.9035
Yxy76.75310.42970.4828
Hunter Lab87.6088-14.123851.9169
CIE-Lab90.2079-9.909282.4042

#fbe52f color RGB value is (251,229,47).

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

The process color (four color CMYK) of #fbe52f color hex is 0.00, 0.09, 0.81, 0.02. Web safe color of #fbe52f is #ffcc33. Color #fbe52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00101111
Octal 373 345 57
Decimal 251 229 47
Hex FB E5 2F

RGB Percentages of Color #fbe52f

%47.63
%43.45
%8.92

CMYK Percentages of Color #fbe52f

%0
%9
%81
%2

Triadic Colors of #fbe52f

#fbe52f #2ffbe5 #e52ffb

Analogous Colors of #fbe52f

#fbe52f #abfb2f #fb7f2f

Monochromatic Colors of #fbe52f

#fbe52f

Complementary Color

#fbe52f #2f45fb

#fbe52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe52f Color CSS Codes

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

#fbe52f Text Font Color

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

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


#fbe52f Background Color

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

This div background color is #fbe52f


#fbe52f Border Color

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

This div border color is #fbe52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe52f


Comments

No comments written yet.

Please login to write comment.