Color Hex Logo

#fbdc3c Color Hex

#FBDC3C
(251,220,60)
0 Favorites   0 Comments

Color spaces of #fbdc3c

RGB 25122060
HSL0.140.960.61
HSV50°76°98°
CMYK 0.000.120.76   0.02
XYZ66.192572.021914.6879
Yxy72.02190.43290.4710
Hunter Lab84.8657-9.290849.1445
CIE-Lab87.9791-4.992376.7021

#fbdc3c color RGB value is (251,220,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 00111100
Octal 373 334 74
Decimal 251 220 60
Hex FB DC 3C

RGB Percentages of Color #fbdc3c

%47.27
%41.43
%11.30

CMYK Percentages of Color #fbdc3c

%0
%12
%76
%2

Triadic Colors of #fbdc3c

#fbdc3c #3cfbdc #dc3cfb

Analogous Colors of #fbdc3c

#fbdc3c #bbfb3c #fb7d3c

Monochromatic Colors of #fbdc3c

#fbdc3c

Complementary Color

#fbdc3c #3c5bfb

#fbdc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc3c Color CSS Codes

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

#fbdc3c Text Font Color

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

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


#fbdc3c Background Color

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

This div background color is #fbdc3c


#fbdc3c Border Color

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

This div border color is #fbdc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc3c


Comments

No comments written yet.

Please login to write comment.