Color Hex Logo

#fbc681 Color Hex

#FBC681
(251,198,129)
0 Favorites   0 Comments

Color spaces of #fbc681

RGB 251198129
HSL0.090.940.75
HSV34°49°98°
CMYK 0.000.210.49   0.02
XYZ63.940262.482429.4592
Yxy62.48240.41020.4008
Hunter Lab79.04586.058633.2356
CIE-Lab83.169310.654841.6264

#fbc681 color RGB value is (251,198,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10000001
Octal 373 306 201
Decimal 251 198 129
Hex FB C6 81

RGB Percentages of Color #fbc681

%43.43
%34.26
%22.32

CMYK Percentages of Color #fbc681

%0
%21
%49
%2

Triadic Colors of #fbc681

#fbc681 #81fbc6 #c681fb

Analogous Colors of #fbc681

#fbc681 #f3fb81 #fb8981

Monochromatic Colors of #fbc681

#fbc681

Complementary Color

#fbc681 #81b6fb

#fbc681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc681 Color CSS Codes

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

#fbc681 Text Font Color

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

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


#fbc681 Background Color

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

This div background color is #fbc681


#fbc681 Border Color

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

This div border color is #fbc681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc681


Comments

No comments written yet.

Please login to write comment.