Color Hex Logo

#fbc077 Color Hex

#FBC077
(251,192,119)
0 Favorites   0 Comments

Color spaces of #fbc077

RGB 251192119
HSL0.090.940.73
HSV33°53°98°
CMYK 0.000.240.53   0.02
XYZ61.963159.540425.6794
Yxy59.54040.42100.4045
Hunter Lab77.16248.305134.2822
CIE-Lab81.587712.908944.6870

#fbc077 color RGB value is (251,192,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01110111
Octal 373 300 167
Decimal 251 192 119
Hex FB C0 77

RGB Percentages of Color #fbc077

%44.66
%34.16
%21.17

CMYK Percentages of Color #fbc077

%0
%24
%53
%2

Triadic Colors of #fbc077

#fbc077 #77fbc0 #c077fb

Analogous Colors of #fbc077

#fbc077 #f4fb77 #fb7e77

Monochromatic Colors of #fbc077

#fbc077

Complementary Color

#fbc077 #77b2fb

#fbc077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc077 Color CSS Codes

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

#fbc077 Text Font Color

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

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


#fbc077 Background Color

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

This div background color is #fbc077


#fbc077 Border Color

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

This div border color is #fbc077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc077

#fbc077 Color Palettes


Comments

No comments written yet.

Please login to write comment.