Color Hex Logo

#fbe10f Color Hex

#FBE10F
(251,225,15)
0 Favorites   0 Comments

Color spaces of #fbe10f

RGB 25122515
HSL0.150.970.52
HSV53°94°98°
CMYK 0.000.100.94   0.02
XYZ66.795174.394111.2910
Yxy74.39410.43810.4879
Hunter Lab86.2520-12.707452.6149
CIE-Lab89.1084-8.519187.2590

#fbe10f color RGB value is (251,225,15).

#fbe10f hex color red value is 251, green value is 225 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fbe10f hue: 0.15 , saturation: 0.97 and the lightness value of fbe10f is 0.52.

The process color (four color CMYK) of #fbe10f color hex is 0.00, 0.10, 0.94, 0.02. Web safe color of #fbe10f is #ffcc00. Color #fbe10f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00001111
Octal 373 341 17
Decimal 251 225 15
Hex FB E1 F

RGB Percentages of Color #fbe10f

%51.12
%45.82
%3.05

CMYK Percentages of Color #fbe10f

%0
%10
%94
%2

Triadic Colors of #fbe10f

#fbe10f #0ffbe1 #e10ffb

Analogous Colors of #fbe10f

#fbe10f #9ffb0f #fb6b0f

Monochromatic Colors of #fbe10f

#fbe10f

Complementary Color

#fbe10f #0f29fb

#fbe10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe10f Color CSS Codes

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

#fbe10f Text Font Color

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

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


#fbe10f Background Color

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

This div background color is #fbe10f


#fbe10f Border Color

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

This div border color is #fbe10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe10f


Comments

No comments written yet.

Please login to write comment.