Color Hex Logo

#fbdf78 Color Hex

#FBDF78
(251,223,120)
0 Favorites   0 Comments

Color spaces of #fbdf78

RGB 251223120
HSL0.130.940.73
HSV47°52°98°
CMYK 0.000.110.52   0.02
XYZ69.561574.640628.5101
Yxy74.64060.40280.4322
Hunter Lab86.3948-7.470140.9108
CIE-Lab89.2244-2.964853.4706

#fbdf78 color RGB value is (251,223,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01111000
Octal 373 337 170
Decimal 251 223 120
Hex FB DF 78

RGB Percentages of Color #fbdf78

%42.26
%37.54
%20.20

CMYK Percentages of Color #fbdf78

%0
%11
%52
%2

Triadic Colors of #fbdf78

#fbdf78 #78fbdf #df78fb

Analogous Colors of #fbdf78

#fbdf78 #d6fb78 #fb9e78

Monochromatic Colors of #fbdf78

#fbdf78

Complementary Color

#fbdf78 #7894fb

#fbdf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf78 Color CSS Codes

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

#fbdf78 Text Font Color

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

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


#fbdf78 Background Color

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

This div background color is #fbdf78


#fbdf78 Border Color

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

This div border color is #fbdf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf78


Comments

No comments written yet.

Please login to write comment.