Color Hex Logo

#fbe297 Color Hex

#FBE297
(251,226,151)
0 Favorites   0 Comments

Color spaces of #fbe297

RGB 251226151
HSL0.130.930.79
HSV45°40°98°
CMYK 0.000.100.40   0.02
XYZ72.565977.136340.3423
Yxy77.13630.38180.4059
Hunter Lab87.8273-6.214934.2450
CIE-Lab90.3843-1.568639.7741

#fbe297 color RGB value is (251,226,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10010111
Octal 373 342 227
Decimal 251 226 151
Hex FB E2 97

RGB Percentages of Color #fbe297

%39.97
%35.99
%24.04

CMYK Percentages of Color #fbe297

%0
%10
%40
%2

Triadic Colors of #fbe297

#fbe297 #97fbe2 #e297fb

Analogous Colors of #fbe297

#fbe297 #e2fb97 #fbb097

Monochromatic Colors of #fbe297

#fbe297

Complementary Color

#fbe297 #97b0fb

#fbe297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe297 Color CSS Codes

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

#fbe297 Text Font Color

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

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


#fbe297 Background Color

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

This div background color is #fbe297


#fbe297 Border Color

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

This div border color is #fbe297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe297

Related Colors

#fbe297 Color Palettes


Comments

No comments written yet.

Please login to write comment.