Color Hex Logo

#fbe126 Color Hex

#FBE126
(251,225,38)
0 Favorites   0 Comments

Color spaces of #fbe126

RGB 25122538
HSL0.150.960.57
HSV53°85°98°
CMYK 0.000.100.85   0.02
XYZ67.058774.499612.6792
Yxy74.49960.43480.4830
Hunter Lab86.3132-12.367251.7096
CIE-Lab89.1581-8.149183.6417

#fbe126 color RGB value is (251,225,38).

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

The process color (four color CMYK) of #fbe126 color hex is 0.00, 0.10, 0.85, 0.02. Web safe color of #fbe126 is #ffcc33. Color #fbe126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00100110
Octal 373 341 46
Decimal 251 225 38
Hex FB E1 26

RGB Percentages of Color #fbe126

%48.83
%43.77
%7.39

CMYK Percentages of Color #fbe126

%0
%10
%85
%2

Triadic Colors of #fbe126

#fbe126 #26fbe1 #e126fb

Analogous Colors of #fbe126

#fbe126 #abfb26 #fb7726

Monochromatic Colors of #fbe126

#fbe126

Complementary Color

#fbe126 #2640fb

#fbe126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe126 Color CSS Codes

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

#fbe126 Text Font Color

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

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


#fbe126 Background Color

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

This div background color is #fbe126


#fbe126 Border Color

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

This div border color is #fbe126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe126


Comments

No comments written yet.

Please login to write comment.