Color Hex Logo

#fbc297 Color Hex

#FBC297
(251,194,151)
0 Favorites   0 Comments

Color spaces of #fbc297

RGB 251194151
HSL0.070.930.79
HSV26°40°98°
CMYK 0.000.230.40   0.02
XYZ64.661461.327237.7075
Yxy61.32720.39500.3746
Hunter Lab78.311710.340726.2697
CIE-Lab82.554314.946629.4721

#fbc297 color RGB value is (251,194,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 10010111
Octal 373 302 227
Decimal 251 194 151
Hex FB C2 97

RGB Percentages of Color #fbc297

%42.11
%32.55
%25.34

CMYK Percentages of Color #fbc297

%0
%23
%40
%2

Triadic Colors of #fbc297

#fbc297 #97fbc2 #c297fb

Analogous Colors of #fbc297

#fbc297 #fbf497 #fb979e

Monochromatic Colors of #fbc297

#fbc297

Complementary Color

#fbc297 #97d0fb

#fbc297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc297 Color CSS Codes

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

#fbc297 Text Font Color

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

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


#fbc297 Background Color

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

This div background color is #fbc297


#fbc297 Border Color

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

This div border color is #fbc297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc297

Related Colors


Comments

No comments written yet.

Please login to write comment.