Color Hex Logo

#fbc279 Color Hex

#FBC279
(251,194,121)
0 Favorites   0 Comments

Color spaces of #fbc279

RGB 251194121
HSL0.090.940.73
HSV34°52°98°
CMYK 0.000.230.52   0.02
XYZ62.526660.473326.4662
Yxy60.47330.41830.4046
Hunter Lab77.76467.434934.2566
CIE-Lab82.094812.033744.3119

#fbc279 color RGB value is (251,194,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01111001
Octal 373 302 171
Decimal 251 194 121
Hex FB C2 79

RGB Percentages of Color #fbc279

%44.35
%34.28
%21.38

CMYK Percentages of Color #fbc279

%0
%23
%52
%2

Triadic Colors of #fbc279

#fbc279 #79fbc2 #c279fb

Analogous Colors of #fbc279

#fbc279 #f3fb79 #fb8179

Monochromatic Colors of #fbc279

#fbc279

Complementary Color

#fbc279 #79b2fb

#fbc279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc279 Color CSS Codes

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

#fbc279 Text Font Color

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

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


#fbc279 Background Color

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

This div background color is #fbc279


#fbc279 Border Color

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

This div border color is #fbc279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc279


Comments

No comments written yet.

Please login to write comment.