Color Hex Logo

#fbc386 Color Hex

#FBC386
(251,195,134)
0 Favorites   0 Comments

Color spaces of #fbc386

RGB 251195134
HSL0.090.940.75
HSV31°47°98°
CMYK 0.000.220.47   0.02
XYZ63.601861.260731.0266
Yxy61.26070.40800.3930
Hunter Lab78.26928.078531.2854
CIE-Lab82.518712.684938.2501

#fbc386 color RGB value is (251,195,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10000110
Octal 373 303 206
Decimal 251 195 134
Hex FB C3 86

RGB Percentages of Color #fbc386

%43.28
%33.62
%23.10

CMYK Percentages of Color #fbc386

%0
%22
%47
%2

Triadic Colors of #fbc386

#fbc386 #86fbc3 #c386fb

Analogous Colors of #fbc386

#fbc386 #f9fb86 #fb8986

Monochromatic Colors of #fbc386

#fbc386

Complementary Color

#fbc386 #86befb

#fbc386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc386 Color CSS Codes

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

#fbc386 Text Font Color

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

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


#fbc386 Background Color

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

This div background color is #fbc386


#fbc386 Border Color

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

This div border color is #fbc386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc386


Comments

No comments written yet.

Please login to write comment.