Color Hex Logo

#fbd63c Color Hex

#FBD63C
(251,214,60)
0 Favorites   0 Comments

Color spaces of #fbd63c

RGB 25121460
HSL0.130.960.61
HSV48°76°98°
CMYK 0.000.150.76   0.02
XYZ64.645868.928614.1723
Yxy68.92860.43750.4665
Hunter Lab83.0232-6.302247.9953
CIE-Lab86.4687-1.961075.3124

#fbd63c color RGB value is (251,214,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00111100
Octal 373 326 74
Decimal 251 214 60
Hex FB D6 3C

RGB Percentages of Color #fbd63c

%47.81
%40.76
%11.43

CMYK Percentages of Color #fbd63c

%0
%15
%76
%2

Triadic Colors of #fbd63c

#fbd63c #3cfbd6 #d63cfb

Analogous Colors of #fbd63c

#fbd63c #c1fb3c #fb773c

Monochromatic Colors of #fbd63c

#fbd63c

Complementary Color

#fbd63c #3c61fb

#fbd63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd63c Color CSS Codes

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

#fbd63c Text Font Color

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

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


#fbd63c Background Color

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

This div background color is #fbd63c


#fbd63c Border Color

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

This div border color is #fbd63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd63c


Comments

No comments written yet.

Please login to write comment.