Color Hex Logo

#fbd776 Color Hex

#FBD776
(251,215,118)
0 Favorites   0 Comments

Color spaces of #fbd776

RGB 251215118
HSL0.120.940.72
HSV44°53°98°
CMYK 0.000.140.53   0.02
XYZ67.354170.418127.1817
Yxy70.41810.40830.4269
Hunter Lab83.9155-3.580539.5358
CIE-Lab87.20150.936952.0018

#fbd776 color RGB value is (251,215,118).

#fbd776 hex color red value is 251, green value is 215 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fbd776 hue: 0.12 , saturation: 0.94 and the lightness value of fbd776 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01110110
Octal 373 327 166
Decimal 251 215 118
Hex FB D7 76

RGB Percentages of Color #fbd776

%42.98
%36.82
%20.21

CMYK Percentages of Color #fbd776

%0
%14
%53
%2

Triadic Colors of #fbd776

#fbd776 #76fbd7 #d776fb

Analogous Colors of #fbd776

#fbd776 #ddfb76 #fb9576

Monochromatic Colors of #fbd776

#fbd776

Complementary Color

#fbd776 #769afb

#fbd776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd776 Color CSS Codes

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

#fbd776 Text Font Color

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

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


#fbd776 Background Color

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

This div background color is #fbd776


#fbd776 Border Color

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

This div border color is #fbd776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd776


Comments

No comments written yet.

Please login to write comment.