Color Hex Logo

#fbe73d Color Hex

#FBE73D
(251,231,61)
0 Favorites   0 Comments

Color spaces of #fbe73d

RGB 25123161
HSL0.150.960.61
HSV54°76°98°
CMYK 0.000.080.76   0.02
XYZ69.201977.998015.8227
Yxy77.99800.42450.4784
Hunter Lab88.3165-14.687151.1992
CIE-Lab90.7790-10.443578.9531

#fbe73d color RGB value is (251,231,61).

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

The process color (four color CMYK) of #fbe73d color hex is 0.00, 0.08, 0.76, 0.02. Web safe color of #fbe73d is #ffff33. Color #fbe73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 00111101
Octal 373 347 75
Decimal 251 231 61
Hex FB E7 3D

RGB Percentages of Color #fbe73d

%46.22
%42.54
%11.23

CMYK Percentages of Color #fbe73d

%0
%8
%76
%2

Triadic Colors of #fbe73d

#fbe73d #3dfbe7 #e73dfb

Analogous Colors of #fbe73d

#fbe73d #b0fb3d #fb883d

Monochromatic Colors of #fbe73d

#fbe73d

Complementary Color

#fbe73d #3d51fb

#fbe73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe73d Color CSS Codes

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

#fbe73d Text Font Color

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

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


#fbe73d Background Color

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

This div background color is #fbe73d


#fbe73d Border Color

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

This div border color is #fbe73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe73d

Related Colors


Comments

No comments written yet.

Please login to write comment.