Color Hex Logo

#fbd323 Color Hex

#FBD323
(251,211,35)
0 Favorites   0 Comments

Color spaces of #fbd323

RGB 25121135
HSL0.140.960.56
HSV49°86°98°
CMYK 0.000.160.86   0.02
XYZ63.381367.219111.2241
Yxy67.21910.44690.4740
Hunter Lab81.9873-5.486049.2742
CIE-Lab85.6145-1.165081.4209

#fbd323 color RGB value is (251,211,35).

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

The process color (four color CMYK) of #fbd323 color hex is 0.00, 0.16, 0.86, 0.02. Web safe color of #fbd323 is #ffcc33. Color #fbd323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00100011
Octal 373 323 43
Decimal 251 211 35
Hex FB D3 23

RGB Percentages of Color #fbd323

%50.50
%42.45
%7.04

CMYK Percentages of Color #fbd323

%0
%16
%86
%2

Triadic Colors of #fbd323

#fbd323 #23fbd3 #d323fb

Analogous Colors of #fbd323

#fbd323 #b7fb23 #fb6723

Monochromatic Colors of #fbd323

#fbd323

Complementary Color

#fbd323 #234bfb

#fbd323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd323 Color CSS Codes

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

#fbd323 Text Font Color

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

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


#fbd323 Background Color

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

This div background color is #fbd323


#fbd323 Border Color

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

This div border color is #fbd323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd323


Comments

No comments written yet.

Please login to write comment.