Color Hex Logo

#fbe53d Color Hex

#FBE53D
(251,229,61)
0 Favorites   0 Comments

Color spaces of #fbe53d

RGB 25122961
HSL0.150.960.61
HSV53°76°98°
CMYK 0.000.090.76   0.02
XYZ68.645376.884815.6371
Yxy76.88480.42590.4770
Hunter Lab87.6840-13.704450.8053
CIE-Lab90.2686-9.452678.4858

#fbe53d color RGB value is (251,229,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00111101
Octal 373 345 75
Decimal 251 229 61
Hex FB E5 3D

RGB Percentages of Color #fbe53d

%46.40
%42.33
%11.28

CMYK Percentages of Color #fbe53d

%0
%9
%76
%2

Triadic Colors of #fbe53d

#fbe53d #3dfbe5 #e53dfb

Analogous Colors of #fbe53d

#fbe53d #b2fb3d #fb863d

Monochromatic Colors of #fbe53d

#fbe53d

Complementary Color

#fbe53d #3d53fb

#fbe53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe53d Color CSS Codes

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

#fbe53d Text Font Color

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

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


#fbe53d Background Color

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

This div background color is #fbe53d


#fbe53d Border Color

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

This div border color is #fbe53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe53d

Related Colors


Comments

No comments written yet.

Please login to write comment.