Color Hex Logo

#fbc984 Color Hex

#FBC984
(251,201,132)
0 Favorites   0 Comments

Color spaces of #fbc984

RGB 251201132
HSL0.100.940.75
HSV35°47°98°
CMYK 0.000.200.47   0.02
XYZ64.835263.948530.7559
Yxy63.94850.40640.4008
Hunter Lab79.96784.778133.1743
CIE-Lab83.93899.372041.0827

#fbc984 color RGB value is (251,201,132).

#fbc984 hex color red value is 251, green value is 201 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fbc984 hue: 0.10 , saturation: 0.94 and the lightness value of fbc984 is 0.75.

The process color (four color CMYK) of #fbc984 color hex is 0.00, 0.20, 0.47, 0.02. Web safe color of #fbc984 is #ffcc99. Color #fbc984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 10000100
Octal 373 311 204
Decimal 251 201 132
Hex FB C9 84

RGB Percentages of Color #fbc984

%42.98
%34.42
%22.60

CMYK Percentages of Color #fbc984

%0
%20
%47
%2

Triadic Colors of #fbc984

#fbc984 #84fbc9 #c984fb

Analogous Colors of #fbc984

#fbc984 #f2fb84 #fb8e84

Monochromatic Colors of #fbc984

#fbc984

Complementary Color

#fbc984 #84b6fb

#fbc984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc984 Color CSS Codes

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

#fbc984 Text Font Color

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

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


#fbc984 Background Color

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

This div background color is #fbc984


#fbc984 Border Color

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

This div border color is #fbc984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc984


Comments

No comments written yet.

Please login to write comment.