Color Hex Logo

#fbdc4f Color Hex

#FBDC4F
(251,220,79)
0 Favorites   0 Comments

Color spaces of #fbdc4f

RGB 25122079
HSL0.140.960.65
HSV49°69°98°
CMYK 0.000.120.69   0.02
XYZ66.788172.260117.8246
Yxy72.26010.42570.4606
Hunter Lab85.0059-8.515247.0718
CIE-Lab88.0936-4.160670.0636

#fbdc4f color RGB value is (251,220,79).

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

The process color (four color CMYK) of #fbdc4f color hex is 0.00, 0.12, 0.69, 0.02. Web safe color of #fbdc4f is #ffcc66. Color #fbdc4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01001111
Octal 373 334 117
Decimal 251 220 79
Hex FB DC 4F

RGB Percentages of Color #fbdc4f

%45.64
%40.00
%14.36

CMYK Percentages of Color #fbdc4f

%0
%12
%69
%2

Triadic Colors of #fbdc4f

#fbdc4f #4ffbdc #dc4ffb

Analogous Colors of #fbdc4f

#fbdc4f #c4fb4f #fb864f

Monochromatic Colors of #fbdc4f

#fbdc4f

Complementary Color

#fbdc4f #4f6efb

#fbdc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc4f Color CSS Codes

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

#fbdc4f Text Font Color

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

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


#fbdc4f Background Color

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

This div background color is #fbdc4f


#fbdc4f Border Color

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

This div border color is #fbdc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc4f


Comments

No comments written yet.

Please login to write comment.