Color Hex Logo

#fbc794 Color Hex

#FBC794
(251,199,148)
0 Favorites   0 Comments

Color spaces of #fbc794

RGB 251199148
HSL0.080.930.78
HSV30°41°98°
CMYK 0.000.210.41   0.02
XYZ65.552463.494236.8176
Yxy63.49420.39520.3828
Hunter Lab79.68327.399528.3834
CIE-Lab83.701712.011532.5640

#fbc794 color RGB value is (251,199,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 10010100
Octal 373 307 224
Decimal 251 199 148
Hex FB C7 94

RGB Percentages of Color #fbc794

%41.97
%33.28
%24.75

CMYK Percentages of Color #fbc794

%0
%21
%41
%2

Triadic Colors of #fbc794

#fbc794 #94fbc7 #c794fb

Analogous Colors of #fbc794

#fbc794 #fbfb94 #fb9495

Monochromatic Colors of #fbc794

#fbc794

Complementary Color

#fbc794 #94c8fb

#fbc794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc794 Color CSS Codes

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

#fbc794 Text Font Color

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

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


#fbc794 Background Color

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

This div background color is #fbc794


#fbc794 Border Color

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

This div border color is #fbc794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc794

Related Colors


Comments

No comments written yet.

Please login to write comment.