color codes Logo

#fbd60d color codes

#FBD60D
(251,214,13)
0 Favorites   0 Comments

Color spaces of #fbd60d

RGB 25121413
HSL0.140.970.52
HSV51°95°98°
CMYK 0.000.150.95   0.02
XYZ63.902968.631410.2599
Yxy68.63140.44750.4806
Hunter Lab82.8441-7.288750.6480
CIE-Lab86.3212-3.016285.4055

#fbd60d color RGB value is (251,214,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00001101
Octal 373 326 15
Decimal 251 214 13
Hex FB D6 D

RGB Percentages of Color #fbd60d

%52.51
%44.77
%2.72

CMYK Percentages of Color #fbd60d

%0
%15
%95
%2

Triadic Colors of #fbd60d

#fbd60d #0dfbd6 #d60dfb

Analogous Colors of #fbd60d

#fbd60d #a9fb0d #fb5f0d

Monochromatic Colors of #fbd60d

#fbd60d

Complementary Color

#fbd60d #0d32fb

#fbd60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd60d Color CSS Codes

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

#fbd60d Text Font Color

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

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


#fbd60d Background Color

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

This div background color is #fbd60d


#fbd60d Border Color

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

This div border color is #fbd60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd60d


Comments

No comments written yet.

Please login to write comment.