Color Hex Logo

#fbd421 Color Hex

#FBD421
(251,212,33)
0 Favorites   0 Comments

Color spaces of #fbd421

RGB 25121233
HSL0.140.960.56
HSV49°87°98°
CMYK 0.000.160.87   0.02
XYZ63.601767.706011.1552
Yxy67.70600.44640.4753
Hunter Lab82.2837-6.023649.5606
CIE-Lab85.8592-1.714282.0352

#fbd421 color RGB value is (251,212,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 00100001
Octal 373 324 41
Decimal 251 212 33
Hex FB D4 21

RGB Percentages of Color #fbd421

%50.60
%42.74
%6.65

CMYK Percentages of Color #fbd421

%0
%16
%87
%2

Triadic Colors of #fbd421

#fbd421 #21fbd4 #d421fb

Analogous Colors of #fbd421

#fbd421 #b5fb21 #fb6721

Monochromatic Colors of #fbd421

#fbd421

Complementary Color

#fbd421 #2148fb

#fbd421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd421 Color CSS Codes

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

#fbd421 Text Font Color

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

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


#fbd421 Background Color

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

This div background color is #fbd421


#fbd421 Border Color

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

This div border color is #fbd421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd421


Comments

No comments written yet.

Please login to write comment.