Color Hex Logo

#fbeb5f Color Hex

#FBEB5F
(251,235,95)
0 Favorites   0 Comments

Color spaces of #fbeb5f

RGB 25123595
HSL0.150.950.68
HSV54°62°98°
CMYK 0.000.060.62   0.02
XYZ71.557680.752122.6417
Yxy80.75210.40900.4616
Hunter Lab89.8622-15.118647.9648
CIE-Lab92.0213-10.751067.7541

#fbeb5f color RGB value is (251,235,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 01011111
Octal 373 353 137
Decimal 251 235 95
Hex FB EB 5F

RGB Percentages of Color #fbeb5f

%43.20
%40.45
%16.35

CMYK Percentages of Color #fbeb5f

%0
%6
%62
%2

Triadic Colors of #fbeb5f

#fbeb5f #5ffbeb #eb5ffb

Analogous Colors of #fbeb5f

#fbeb5f #bdfb5f #fb9d5f

Monochromatic Colors of #fbeb5f

#fbeb5f

Complementary Color

#fbeb5f #5f6ffb

#fbeb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeb5f Color CSS Codes

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

#fbeb5f Text Font Color

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

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


#fbeb5f Background Color

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

This div background color is #fbeb5f


#fbeb5f Border Color

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

This div border color is #fbeb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeb5f


Comments

No comments written yet.

Please login to write comment.