Color Hex Logo

#fbeb5d Color Hex

#FBEB5D
(251,235,93)
0 Favorites   0 Comments

Color spaces of #fbeb5d

RGB 25123593
HSL0.150.950.67
HSV54°63°98°
CMYK 0.000.060.63   0.02
XYZ71.467880.716222.1690
Yxy80.71620.40990.4629
Hunter Lab89.8422-15.230448.2594
CIE-Lab92.0053-10.872368.5569

#fbeb5d color RGB value is (251,235,93).

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

The process color (four color CMYK) of #fbeb5d color hex is 0.00, 0.06, 0.63, 0.02. Web safe color of #fbeb5d is #ffff66. Color #fbeb5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 01011101
Octal 373 353 135
Decimal 251 235 93
Hex FB EB 5D

RGB Percentages of Color #fbeb5d

%43.35
%40.59
%16.06

CMYK Percentages of Color #fbeb5d

%0
%6
%63
%2

Triadic Colors of #fbeb5d

#fbeb5d #5dfbeb #eb5dfb

Analogous Colors of #fbeb5d

#fbeb5d #bcfb5d #fb9c5d

Monochromatic Colors of #fbeb5d

#fbeb5d

Complementary Color

#fbeb5d #5d6dfb

#fbeb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeb5d Color CSS Codes

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

#fbeb5d Text Font Color

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

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


#fbeb5d Background Color

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

This div background color is #fbeb5d


#fbeb5d Border Color

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

This div border color is #fbeb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeb5d


Comments

No comments written yet.

Please login to write comment.