Color Hex Logo

#fbc11e Color Hex

#FBC11E
(251,193,30)
0 Favorites   0 Comments

Color spaces of #fbc11e

RGB 25119330
HSL0.120.970.55
HSV44°88°98°
CMYK 0.000.230.88   0.02
XYZ59.088058.74299.4525
Yxy58.74290.46420.4615
Hunter Lab76.64393.486346.3385
CIE-Lab81.15017.983478.9426

#fbc11e color RGB value is (251,193,30).

#fbc11e hex color red value is 251, green value is 193 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fbc11e hue: 0.12 , saturation: 0.97 and the lightness value of fbc11e is 0.55.

The process color (four color CMYK) of #fbc11e color hex is 0.00, 0.23, 0.88, 0.02. Web safe color of #fbc11e is #ffcc33. Color #fbc11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00011110
Octal 373 301 36
Decimal 251 193 30
Hex FB C1 1E

RGB Percentages of Color #fbc11e

%52.95
%40.72
%6.33

CMYK Percentages of Color #fbc11e

%0
%23
%88
%2

Triadic Colors of #fbc11e

#fbc11e #1efbc1 #c11efb

Analogous Colors of #fbc11e

#fbc11e #c7fb1e #fb531e

Monochromatic Colors of #fbc11e

#fbc11e

Complementary Color

#fbc11e #1e58fb

#fbc11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc11e Color CSS Codes

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

#fbc11e Text Font Color

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

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


#fbc11e Background Color

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

This div background color is #fbc11e


#fbc11e Border Color

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

This div border color is #fbc11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc11e


Comments

No comments written yet.

Please login to write comment.