color codes Logo

#fbd93c color codes

#FBD93C
(251,217,60)
0 Favorites   0 Comments

Color spaces of #fbd93c

RGB 25121760
HSL0.140.960.61
HSV49°76°98°
CMYK 0.000.140.76   0.02
XYZ65.412170.461214.4277
Yxy70.46120.43520.4688
Hunter Lab83.9412-7.798948.5681
CIE-Lab87.2226-3.479976.0070

#fbd93c color RGB value is (251,217,60).

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

The process color (four color CMYK) of #fbd93c color code is 0.00, 0.14, 0.76, 0.02. Web safe color of #fbd93c is #ffcc33. Color #fbd93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00111100
Octal 373 331 74
Decimal 251 217 60
Hex FB D9 3C

RGB Percentages of Color #fbd93c

%47.54
%41.10
%11.36

CMYK Percentages of Color #fbd93c

%0
%14
%76
%2

Triadic Colors of #fbd93c

#fbd93c #3cfbd9 #d93cfb

Analogous Colors of #fbd93c

#fbd93c #befb3c #fb7a3c

Monochromatic Colors of #fbd93c

#fbd93c

Complementary Color

#fbd93c #3c5efb

#fbd93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd93c Color CSS Codes

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

#fbd93c Text Font Color

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

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


#fbd93c Background Color

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

This div background color is #fbd93c


#fbd93c Border Color

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

This div border color is #fbd93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd93c


Comments

No comments written yet.

Please login to write comment.