Color Hex Logo

#fbd11e Color Hex

#FBD11E
(251,209,30)
0 Favorites   0 Comments

Color spaces of #fbd11e

RGB 25120930
HSL0.130.970.55
HSV49°88°98°
CMYK 0.000.170.88   0.02
XYZ62.818566.203910.6960
Yxy66.20390.44960.4738
Hunter Lab81.3658-4.579149.1620
CIE-Lab85.1003-0.245682.0289

#fbd11e color RGB value is (251,209,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 00011110
Octal 373 321 36
Decimal 251 209 30
Hex FB D1 1E

RGB Percentages of Color #fbd11e

%51.22
%42.65
%6.12

CMYK Percentages of Color #fbd11e

%0
%17
%88
%2

Triadic Colors of #fbd11e

#fbd11e #1efbd1 #d11efb

Analogous Colors of #fbd11e

#fbd11e #b7fb1e #fb621e

Monochromatic Colors of #fbd11e

#fbd11e

Complementary Color

#fbd11e #1e48fb

#fbd11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd11e Color CSS Codes

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

#fbd11e Text Font Color

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

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


#fbd11e Background Color

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

This div background color is #fbd11e


#fbd11e Border Color

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

This div border color is #fbd11e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,209,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 #fbd11e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd11e


Comments

No comments written yet.

Please login to write comment.