Color Hex Logo

#fbe15e Color Hex

#FBE15E
(251,225,94)
0 Favorites   0 Comments

Color spaces of #fbe15e

RGB 25122594
HSL0.140.950.68
HSV50°63°98°
CMYK 0.000.100.63   0.02
XYZ68.729375.167821.4761
Yxy75.16780.41560.4545
Hunter Lab86.6994-10.221446.0030
CIE-Lab89.4715-5.834265.4272

#fbe15e color RGB value is (251,225,94).

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

The process color (four color CMYK) of #fbe15e color hex is 0.00, 0.10, 0.63, 0.02. Web safe color of #fbe15e is #ffcc66. Color #fbe15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 01011110
Octal 373 341 136
Decimal 251 225 94
Hex FB E1 5E

RGB Percentages of Color #fbe15e

%44.04
%39.47
%16.49

CMYK Percentages of Color #fbe15e

%0
%10
%63
%2

Triadic Colors of #fbe15e

#fbe15e #5efbe1 #e15efb

Analogous Colors of #fbe15e

#fbe15e #c7fb5e #fb935e

Monochromatic Colors of #fbe15e

#fbe15e

Complementary Color

#fbe15e #5e78fb

#fbe15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe15e Color CSS Codes

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

#fbe15e Text Font Color

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

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


#fbe15e Background Color

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

This div background color is #fbe15e


#fbe15e Border Color

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

This div border color is #fbe15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe15e


Comments

No comments written yet.

Please login to write comment.