Color Hex Logo

#fbc078 Color Hex

#FBC078
(251,192,120)
0 Favorites   0 Comments

Color spaces of #fbc078

RGB 251192120
HSL0.090.940.73
HSV33°52°98°
CMYK 0.000.240.52   0.02
XYZ62.023559.564625.9974
Yxy59.56460.42030.4036
Hunter Lab77.17818.388334.0529
CIE-Lab81.601012.992844.2018

#fbc078 color RGB value is (251,192,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01111000
Octal 373 300 170
Decimal 251 192 120
Hex FB C0 78

RGB Percentages of Color #fbc078

%44.58
%34.10
%21.31

CMYK Percentages of Color #fbc078

%0
%24
%52
%2

Triadic Colors of #fbc078

#fbc078 #78fbc0 #c078fb

Analogous Colors of #fbc078

#fbc078 #f5fb78 #fb7f78

Monochromatic Colors of #fbc078

#fbc078

Complementary Color

#fbc078 #78b3fb

#fbc078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc078 Color CSS Codes

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

#fbc078 Text Font Color

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

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


#fbc078 Background Color

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

This div background color is #fbc078


#fbc078 Border Color

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

This div border color is #fbc078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc078


Comments

No comments written yet.

Please login to write comment.