Color Hex Logo

#fbc978 Color Hex

#FBC978
(251,201,120)
0 Favorites   0 Comments

Color spaces of #fbc978

RGB 251201120
HSL0.100.940.73
HSV37°52°98°
CMYK 0.000.200.52   0.02
XYZ64.060563.638626.6764
Yxy63.63860.41500.4122
Hunter Lab79.77383.736136.0151
CIE-Lab83.77728.308946.8831

#fbc978 color RGB value is (251,201,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01111000
Octal 373 311 170
Decimal 251 201 120
Hex FB C9 78

RGB Percentages of Color #fbc978

%43.88
%35.14
%20.98

CMYK Percentages of Color #fbc978

%0
%20
%52
%2

Triadic Colors of #fbc978

#fbc978 #78fbc9 #c978fb

Analogous Colors of #fbc978

#fbc978 #ecfb78 #fb8878

Monochromatic Colors of #fbc978

#fbc978

Complementary Color

#fbc978 #78aafb

#fbc978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc978 Color CSS Codes

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

#fbc978 Text Font Color

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

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


#fbc978 Background Color

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

This div background color is #fbc978


#fbc978 Border Color

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

This div border color is #fbc978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc978

Related Colors

#fbc978 Color Palettes


Comments

No comments written yet.

Please login to write comment.