Color Hex Logo

#fbc692 Color Hex

#FBC692
(251,198,146)
0 Favorites   0 Comments

Color spaces of #fbc692

RGB 251198146
HSL0.080.930.78
HSV30°42°98°
CMYK 0.000.210.42   0.02
XYZ65.166162.972735.9145
Yxy62.97270.39720.3839
Hunter Lab79.35537.711228.7154
CIE-Lab83.428012.321933.2408

#fbc692 color RGB value is (251,198,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10010010
Octal 373 306 222
Decimal 251 198 146
Hex FB C6 92

RGB Percentages of Color #fbc692

%42.18
%33.28
%24.54

CMYK Percentages of Color #fbc692

%0
%21
%42
%2

Triadic Colors of #fbc692

#fbc692 #92fbc6 #c692fb

Analogous Colors of #fbc692

#fbc692 #fbfb92 #fb9293

Monochromatic Colors of #fbc692

#fbc692

Complementary Color

#fbc692 #92c7fb

#fbc692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc692 Color CSS Codes

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

#fbc692 Text Font Color

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

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


#fbc692 Background Color

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

This div background color is #fbc692


#fbc692 Border Color

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

This div border color is #fbc692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc692


Comments

No comments written yet.

Please login to write comment.