Color Hex Logo

#fbb778 Color Hex

#FBB778
(251,183,120)
0 Favorites   0 Comments

Color spaces of #fbb778

RGB 251183120
HSL0.080.940.73
HSV29°52°98°
CMYK 0.000.270.52   0.02
XYZ60.107355.732325.3587
Yxy55.73230.42570.3947
Hunter Lab74.654113.073632.1181
CIE-Lab79.461217.702841.5372

#fbb778 color RGB value is (251,183,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 01111000
Octal 373 267 170
Decimal 251 183 120
Hex FB B7 78

RGB Percentages of Color #fbb778

%45.31
%33.03
%21.66

CMYK Percentages of Color #fbb778

%0
%27
%52
%2

Triadic Colors of #fbb778

#fbb778 #78fbb7 #b778fb

Analogous Colors of #fbb778

#fbb778 #fbf978 #fb787b

Monochromatic Colors of #fbb778

#fbb778

Complementary Color

#fbb778 #78bcfb

#fbb778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb778 Color CSS Codes

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

#fbb778 Text Font Color

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

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


#fbb778 Background Color

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

This div background color is #fbb778


#fbb778 Border Color

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

This div border color is #fbb778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb778


Comments

No comments written yet.

Please login to write comment.