Color Hex Logo

#fbd60c Color Hex

#FBD60C
(251,214,12)
0 Favorites   0 Comments

Color spaces of #fbd60c

RGB 25121412
HSL0.140.970.52
HSV51°95°98°
CMYK 0.000.150.95   0.02
XYZ63.896668.628910.2268
Yxy68.62890.44760.4808
Hunter Lab82.8426-7.297150.6705
CIE-Lab86.3200-3.025285.5013

#fbd60c color RGB value is (251,214,12).

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

The process color (four color CMYK) of #fbd60c color hex is 0.00, 0.15, 0.95, 0.02. Web safe color of #fbd60c is #ffcc00. Color #fbd60c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00001100
Octal 373 326 14
Decimal 251 214 12
Hex FB D6 C

RGB Percentages of Color #fbd60c

%52.62
%44.86
%2.52

CMYK Percentages of Color #fbd60c

%0
%15
%95
%2

Triadic Colors of #fbd60c

#fbd60c #0cfbd6 #d60cfb

Analogous Colors of #fbd60c

#fbd60c #a9fb0c #fb5e0c

Monochromatic Colors of #fbd60c

#fbd60c

Complementary Color

#fbd60c #0c31fb

#fbd60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd60c Color CSS Codes

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

#fbd60c Text Font Color

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

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


#fbd60c Background Color

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

This div background color is #fbd60c


#fbd60c Border Color

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

This div border color is #fbd60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd60c


Comments

No comments written yet.

Please login to write comment.