Color Hex Logo

#fbd780 Color Hex

#FBD780
(251,215,128)
0 Favorites   0 Comments

Color spaces of #fbd780

RGB 251215128
HSL0.120.940.74
HSV42°49°98°
CMYK 0.000.140.49   0.02
XYZ67.980470.668630.4795
Yxy70.66860.40190.4178
Hunter Lab84.0646-2.765837.3483
CIE-Lab87.32371.787547.3128

#fbd780 color RGB value is (251,215,128).

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

The process color (four color CMYK) of #fbd780 color hex is 0.00, 0.14, 0.49, 0.02. Web safe color of #fbd780 is #ffcc99. Color #fbd780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 10000000
Octal 373 327 200
Decimal 251 215 128
Hex FB D7 80

RGB Percentages of Color #fbd780

%42.26
%36.20
%21.55

CMYK Percentages of Color #fbd780

%0
%14
%49
%2

Triadic Colors of #fbd780

#fbd780 #80fbd7 #d780fb

Analogous Colors of #fbd780

#fbd780 #e2fb80 #fb9a80

Monochromatic Colors of #fbd780

#fbd780

Complementary Color

#fbd780 #80a4fb

#fbd780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd780 Color CSS Codes

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

#fbd780 Text Font Color

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

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


#fbd780 Background Color

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

This div background color is #fbd780


#fbd780 Border Color

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

This div border color is #fbd780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd780


Comments

No comments written yet.

Please login to write comment.