Color Hex Logo

#fbd778 Color Hex

#FBD778
(251,215,120)
0 Favorites   0 Comments

Color spaces of #fbd778

RGB 251215120
HSL0.120.940.73
HSV44°52°98°
CMYK 0.000.140.52   0.02
XYZ67.474370.466227.8144
Yxy70.46620.40710.4251
Hunter Lab83.9441-3.424039.1155
CIE-Lab87.22501.100751.0727

#fbd778 color RGB value is (251,215,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01111000
Octal 373 327 170
Decimal 251 215 120
Hex FB D7 78

RGB Percentages of Color #fbd778

%42.83
%36.69
%20.48

CMYK Percentages of Color #fbd778

%0
%14
%52
%2

Triadic Colors of #fbd778

#fbd778 #78fbd7 #d778fb

Analogous Colors of #fbd778

#fbd778 #defb78 #fb9678

Monochromatic Colors of #fbd778

#fbd778

Complementary Color

#fbd778 #789cfb

#fbd778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd778 Color CSS Codes

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

#fbd778 Text Font Color

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

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


#fbd778 Background Color

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

This div background color is #fbd778


#fbd778 Border Color

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

This div border color is #fbd778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd778

Related Colors


Comments

No comments written yet.

Please login to write comment.