Color Hex Logo

#fbdc4e Color Hex

#FBDC4E
(251,220,78)
0 Favorites   0 Comments

Color spaces of #fbdc4e

RGB 25122078
HSL0.140.960.65
HSV49°69°98°
CMYK 0.000.120.69   0.02
XYZ66.752072.245717.6343
Yxy72.24570.42620.4612
Hunter Lab84.9975-8.562247.1974
CIE-Lab88.0867-4.210970.4424

#fbdc4e color RGB value is (251,220,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01001110
Octal 373 334 116
Decimal 251 220 78
Hex FB DC 4E

RGB Percentages of Color #fbdc4e

%45.72
%40.07
%14.21

CMYK Percentages of Color #fbdc4e

%0
%12
%69
%2

Triadic Colors of #fbdc4e

#fbdc4e #4efbdc #dc4efb

Analogous Colors of #fbdc4e

#fbdc4e #c4fb4e #fb864e

Monochromatic Colors of #fbdc4e

#fbdc4e

Complementary Color

#fbdc4e #4e6dfb

#fbdc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc4e Color CSS Codes

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

#fbdc4e Text Font Color

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

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


#fbdc4e Background Color

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

This div background color is #fbdc4e


#fbdc4e Border Color

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

This div border color is #fbdc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc4e

Related Colors


Comments

No comments written yet.

Please login to write comment.