Color Hex Logo

#fbdc2f Color Hex

#FBDC2F
(251,220,47)
0 Favorites   0 Comments

Color spaces of #fbdc2f

RGB 25122047
HSL0.140.960.58
HSV51°81°98°
CMYK 0.000.120.81   0.02
XYZ65.890071.900913.0948
Yxy71.90090.43670.4765
Hunter Lab84.7944-9.685750.1999
CIE-Lab87.9209-5.417480.4529

#fbdc2f color RGB value is (251,220,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 00101111
Octal 373 334 57
Decimal 251 220 47
Hex FB DC 2F

RGB Percentages of Color #fbdc2f

%48.46
%42.47
%9.07

CMYK Percentages of Color #fbdc2f

%0
%12
%81
%2

Triadic Colors of #fbdc2f

#fbdc2f #2ffbdc #dc2ffb

Analogous Colors of #fbdc2f

#fbdc2f #b4fb2f #fb762f

Monochromatic Colors of #fbdc2f

#fbdc2f

Complementary Color

#fbdc2f #2f4efb

#fbdc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc2f Color CSS Codes

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

#fbdc2f Text Font Color

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

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


#fbdc2f Background Color

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

This div background color is #fbdc2f


#fbdc2f Border Color

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

This div border color is #fbdc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc2f


Comments

No comments written yet.

Please login to write comment.