Color Hex Logo

#fbc292 Color Hex

#FBC292
(251,194,146)
0 Favorites   0 Comments

Color spaces of #fbc292

RGB 251194146
HSL0.080.930.78
HSV27°42°98°
CMYK 0.000.230.42   0.02
XYZ64.263861.168135.6137
Yxy61.16810.39900.3798
Hunter Lab78.21009.802727.7487
CIE-Lab82.469014.411131.9743

#fbc292 color RGB value is (251,194,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 10010010
Octal 373 302 222
Decimal 251 194 146
Hex FB C2 92

RGB Percentages of Color #fbc292

%42.47
%32.83
%24.70

CMYK Percentages of Color #fbc292

%0
%23
%42
%2

Triadic Colors of #fbc292

#fbc292 #92fbc2 #c292fb

Analogous Colors of #fbc292

#fbc292 #fbf792 #fb9297

Monochromatic Colors of #fbc292

#fbc292

Complementary Color

#fbc292 #92cbfb

#fbc292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc292 Color CSS Codes

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

#fbc292 Text Font Color

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

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


#fbc292 Background Color

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

This div background color is #fbc292


#fbc292 Border Color

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

This div border color is #fbc292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc292

Related Colors


Comments

No comments written yet.

Please login to write comment.