Color Hex Logo

#fbd621 Color Hex

#FBD621
(251,214,33)
0 Favorites   0 Comments

Color spaces of #fbd621

RGB 25121433
HSL0.140.960.56
HSV50°87°98°
CMYK 0.000.150.87   0.02
XYZ64.104768.712211.3229
Yxy68.71220.44470.4767
Hunter Lab82.8928-7.020549.9261
CIE-Lab86.3613-2.728682.4343

#fbd621 color RGB value is (251,214,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00100001
Octal 373 326 41
Decimal 251 214 33
Hex FB D6 21

RGB Percentages of Color #fbd621

%50.40
%42.97
%6.63

CMYK Percentages of Color #fbd621

%0
%15
%87
%2

Triadic Colors of #fbd621

#fbd621 #21fbd6 #d621fb

Analogous Colors of #fbd621

#fbd621 #b3fb21 #fb6921

Monochromatic Colors of #fbd621

#fbd621

Complementary Color

#fbd621 #2146fb

#fbd621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd621 Color CSS Codes

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

#fbd621 Text Font Color

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

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


#fbd621 Background Color

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

This div background color is #fbd621


#fbd621 Border Color

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

This div border color is #fbd621


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,214,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 #fbd621">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd621


Comments

No comments written yet.

Please login to write comment.