Color Hex Logo

#fbc383 Color Hex

#FBC383
(251,195,131)
0 Favorites   0 Comments

Color spaces of #fbc383

RGB 251195131
HSL0.090.940.75
HSV32°48°98°
CMYK 0.000.220.48   0.02
XYZ63.395561.178129.9400
Yxy61.17810.41030.3959
Hunter Lab78.21647.798032.0562
CIE-Lab82.474412.402539.7284

#fbc383 color RGB value is (251,195,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10000011
Octal 373 303 203
Decimal 251 195 131
Hex FB C3 83

RGB Percentages of Color #fbc383

%43.50
%33.80
%22.70

CMYK Percentages of Color #fbc383

%0
%22
%48
%2

Triadic Colors of #fbc383

#fbc383 #83fbc3 #c383fb

Analogous Colors of #fbc383

#fbc383 #f7fb83 #fb8783

Monochromatic Colors of #fbc383

#fbc383

Complementary Color

#fbc383 #83bbfb

#fbc383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc383 Color CSS Codes

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

#fbc383 Text Font Color

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

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


#fbc383 Background Color

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

This div background color is #fbc383


#fbc383 Border Color

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

This div border color is #fbc383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc383


Comments

No comments written yet.

Please login to write comment.