Color Hex Logo

#fbe50d Color Hex

#FBE50D
(251,229,13)
0 Favorites   0 Comments

Color spaces of #fbe50d

RGB 25122913
HSL0.150.970.52
HSV54°95°98°
CMYK 0.000.090.95   0.02
XYZ67.875676.576911.5842
Yxy76.57690.43500.4908
Hunter Lab87.5082-14.686253.4070
CIE-Lab90.1265-10.523388.2080

#fbe50d color RGB value is (251,229,13).

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

The process color (four color CMYK) of #fbe50d color hex is 0.00, 0.09, 0.95, 0.02. Web safe color of #fbe50d is #ffcc00. Color #fbe50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00001101
Octal 373 345 15
Decimal 251 229 13
Hex FB E5 D

RGB Percentages of Color #fbe50d

%50.91
%46.45
%2.64

CMYK Percentages of Color #fbe50d

%0
%9
%95
%2

Triadic Colors of #fbe50d

#fbe50d #0dfbe5 #e50dfb

Analogous Colors of #fbe50d

#fbe50d #9afb0d #fb6e0d

Monochromatic Colors of #fbe50d

#fbe50d

Complementary Color

#fbe50d #0d23fb

#fbe50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe50d Color CSS Codes

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

#fbe50d Text Font Color

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

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


#fbe50d Background Color

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

This div background color is #fbe50d


#fbe50d Border Color

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

This div border color is #fbe50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe50d


Comments

No comments written yet.

Please login to write comment.