Color Hex Logo

#fbb80c Color Hex

#FBB80C
(251,184,12)
0 Favorites   0 Comments

Color spaces of #fbb80c

RGB 25118412
HSL0.120.970.52
HSV43°95°98°
CMYK 0.000.270.95   0.02
XYZ56.990554.81687.9248
Yxy54.81680.47600.4578
Hunter Lab74.03847.831945.4807
CIE-Lab78.935612.418180.1783

#fbb80c color RGB value is (251,184,12).

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

The process color (four color CMYK) of #fbb80c color hex is 0.00, 0.27, 0.95, 0.02. Web safe color of #fbb80c is #ffcc00. Color #fbb80c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111000 00001100
Octal 373 270 14
Decimal 251 184 12
Hex FB B8 C

RGB Percentages of Color #fbb80c

%56.15
%41.16
%2.68

CMYK Percentages of Color #fbb80c

%0
%27
%95
%2

Triadic Colors of #fbb80c

#fbb80c #0cfbb8 #b80cfb

Analogous Colors of #fbb80c

#fbb80c #c7fb0c #fb400c

Monochromatic Colors of #fbb80c

#fbb80c

Complementary Color

#fbb80c #0c4ffb

#fbb80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb80c Color CSS Codes

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

#fbb80c Text Font Color

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

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


#fbb80c Background Color

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

This div background color is #fbb80c


#fbb80c Border Color

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

This div border color is #fbb80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb80c


Comments

No comments written yet.

Please login to write comment.