Color Hex Logo

#fbc683 Color Hex

#FBC683
(251,198,131)
0 Favorites   0 Comments

Color spaces of #fbc683

RGB 251198131
HSL0.090.940.75
HSV34°48°98°
CMYK 0.000.210.48   0.02
XYZ64.074562.536130.1663
Yxy62.53610.40870.3989
Hunter Lab79.07986.240332.7387
CIE-Lab83.197710.838940.6486

#fbc683 color RGB value is (251,198,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10000011
Octal 373 306 203
Decimal 251 198 131
Hex FB C6 83

RGB Percentages of Color #fbc683

%43.28
%34.14
%22.59

CMYK Percentages of Color #fbc683

%0
%21
%48
%2

Triadic Colors of #fbc683

#fbc683 #83fbc6 #c683fb

Analogous Colors of #fbc683

#fbc683 #f4fb83 #fb8a83

Monochromatic Colors of #fbc683

#fbc683

Complementary Color

#fbc683 #83b8fb

#fbc683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc683 Color CSS Codes

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

#fbc683 Text Font Color

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

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


#fbc683 Background Color

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

This div background color is #fbc683


#fbc683 Border Color

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

This div border color is #fbc683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc683


Comments

No comments written yet.

Please login to write comment.