Color Hex Logo

#fbc392 Color Hex

#FBC392
(251,195,146)
0 Favorites   0 Comments

Color spaces of #fbc392

RGB 251195146
HSL0.080.930.78
HSV28°42°98°
CMYK 0.000.220.42   0.02
XYZ64.487161.614835.6881
Yxy61.61480.39860.3808
Hunter Lab78.49519.279027.9901
CIE-Lab82.708113.888132.2906

#fbc392 color RGB value is (251,195,146).

#fbc392 hex color red value is 251, green value is 195 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fbc392 hue: 0.08 , saturation: 0.93 and the lightness value of fbc392 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10010010
Octal 373 303 222
Decimal 251 195 146
Hex FB C3 92

RGB Percentages of Color #fbc392

%42.40
%32.94
%24.66

CMYK Percentages of Color #fbc392

%0
%22
%42
%2

Triadic Colors of #fbc392

#fbc392 #92fbc3 #c392fb

Analogous Colors of #fbc392

#fbc392 #fbf892 #fb9296

Monochromatic Colors of #fbc392

#fbc392

Complementary Color

#fbc392 #92cafb

#fbc392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc392 Color CSS Codes

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

#fbc392 Text Font Color

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

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


#fbc392 Background Color

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

This div background color is #fbc392


#fbc392 Border Color

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

This div border color is #fbc392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc392


Comments

No comments written yet.

Please login to write comment.