Color Hex Logo

#fbdc78 Color Hex

#FBDC78
(251,220,120)
0 Favorites   0 Comments

Color spaces of #fbdc78

RGB 251220120
HSL0.130.940.73
HSV46°52°98°
CMYK 0.000.120.52   0.02
XYZ68.767073.051728.2453
Yxy73.05170.40440.4296
Hunter Lab85.4703-5.956940.2357
CIE-Lab88.4724-1.445452.5714

#fbdc78 color RGB value is (251,220,120).

#fbdc78 hex color red value is 251, green value is 220 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fbdc78 hue: 0.13 , saturation: 0.94 and the lightness value of fbdc78 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01111000
Octal 373 334 170
Decimal 251 220 120
Hex FB DC 78

RGB Percentages of Color #fbdc78

%42.47
%37.23
%20.30

CMYK Percentages of Color #fbdc78

%0
%12
%52
%2

Triadic Colors of #fbdc78

#fbdc78 #78fbdc #dc78fb

Analogous Colors of #fbdc78

#fbdc78 #d9fb78 #fb9b78

Monochromatic Colors of #fbdc78

#fbdc78

Complementary Color

#fbdc78 #7897fb

#fbdc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc78 Color CSS Codes

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

#fbdc78 Text Font Color

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

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


#fbdc78 Background Color

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

This div background color is #fbdc78


#fbdc78 Border Color

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

This div border color is #fbdc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc78


Comments

No comments written yet.

Please login to write comment.