Color Hex Logo

#fbd21c Color Hex

#FBD21C
(251,210,28)
0 Favorites   0 Comments

Color spaces of #fbd21c

RGB 25121028
HSL0.140.970.55
HSV49°89°98°
CMYK 0.000.160.89   0.02
XYZ63.039966.686310.6478
Yxy66.68630.44910.4751
Hunter Lab81.6617-5.112349.4324
CIE-Lab85.3453-0.790482.5900

#fbd21c color RGB value is (251,210,28).

#fbd21c hex color red value is 251, green value is 210 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fbd21c hue: 0.14 , saturation: 0.97 and the lightness value of fbd21c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 00011100
Octal 373 322 34
Decimal 251 210 28
Hex FB D2 1C

RGB Percentages of Color #fbd21c

%51.33
%42.94
%5.73

CMYK Percentages of Color #fbd21c

%0
%16
%89
%2

Triadic Colors of #fbd21c

#fbd21c #1cfbd2 #d21cfb

Analogous Colors of #fbd21c

#fbd21c #b5fb1c #fb631c

Monochromatic Colors of #fbd21c

#fbd21c

Complementary Color

#fbd21c #1c45fb

#fbd21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd21c Color CSS Codes

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

#fbd21c Text Font Color

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

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


#fbd21c Background Color

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

This div background color is #fbd21c


#fbd21c Border Color

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

This div border color is #fbd21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd21c

Related Colors


Comments

No comments written yet.

Please login to write comment.