Color Hex Logo

#fbbf12 Color Hex

#FBBF12
(251,191,18)
0 Favorites   0 Comments

Color spaces of #fbbf12

RGB 25119118
HSL0.120.970.53
HSV45°93°98°
CMYK 0.000.240.93   0.02
XYZ58.523657.81458.6471
Yxy57.81450.46820.4626
Hunter Lab76.03584.325946.4824
CIE-Lab80.63558.838180.6457

#fbbf12 color RGB value is (251,191,18).

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

The process color (four color CMYK) of #fbbf12 color hex is 0.00, 0.24, 0.93, 0.02. Web safe color of #fbbf12 is #ffcc00. Color #fbbf12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 00010010
Octal 373 277 22
Decimal 251 191 18
Hex FB BF 12

RGB Percentages of Color #fbbf12

%54.57
%41.52
%3.91

CMYK Percentages of Color #fbbf12

%0
%24
%93
%2

Triadic Colors of #fbbf12

#fbbf12 #12fbbf #bf12fb

Analogous Colors of #fbbf12

#fbbf12 #c3fb12 #fb4b12

Monochromatic Colors of #fbbf12

#fbbf12

Complementary Color

#fbbf12 #124efb

#fbbf12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf12 Color CSS Codes

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

#fbbf12 Text Font Color

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

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


#fbbf12 Background Color

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

This div background color is #fbbf12


#fbbf12 Border Color

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

This div border color is #fbbf12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf12

Related Colors


Comments

No comments written yet.

Please login to write comment.