Color Hex Logo

#fbd30b Color Hex

#FBD30B
(251,211,11)
0 Favorites   0 Comments

Color spaces of #fbd30b

RGB 25121111
HSL0.140.970.51
HSV50°96°98°
CMYK 0.000.160.96   0.02
XYZ63.138367.12199.9447
Yxy67.12190.45030.4787
Hunter Lab81.9280-5.811850.1527
CIE-Lab85.5655-1.512785.0442

#fbd30b color RGB value is (251,211,11).

#fbd30b hex color red value is 251, green value is 211 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fbd30b hue: 0.14 , saturation: 0.97 and the lightness value of fbd30b is 0.51.

The process color (four color CMYK) of #fbd30b color hex is 0.00, 0.16, 0.96, 0.02. Web safe color of #fbd30b is #ffcc00. Color #fbd30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00001011
Octal 373 323 13
Decimal 251 211 11
Hex FB D3 B

RGB Percentages of Color #fbd30b

%53.07
%44.61
%2.33

CMYK Percentages of Color #fbd30b

%0
%16
%96
%2

Triadic Colors of #fbd30b

#fbd30b #0bfbd3 #d30bfb

Analogous Colors of #fbd30b

#fbd30b #abfb0b #fb5b0b

Monochromatic Colors of #fbd30b

#fbd30b

Complementary Color

#fbd30b #0b33fb

#fbd30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd30b Color CSS Codes

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

#fbd30b Text Font Color

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

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


#fbd30b Background Color

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

This div background color is #fbd30b


#fbd30b Border Color

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

This div border color is #fbd30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd30b


Comments

No comments written yet.

Please login to write comment.