Color Hex Logo

#fbe697 Color Hex

#FBE697
(251,230,151)
0 Favorites   0 Comments

Color spaces of #fbe697

RGB 251230151
HSL0.130.930.79
HSV47°40°98°
CMYK 0.000.080.40   0.02
XYZ73.666479.337240.7091
Yxy79.33720.38030.4096
Hunter Lab89.0714-8.246835.2522
CIE-Lab91.3866-3.590541.0682

#fbe697 color RGB value is (251,230,151).

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

The process color (four color CMYK) of #fbe697 color hex is 0.00, 0.08, 0.40, 0.02. Web safe color of #fbe697 is #ffff99. Color #fbe697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 10010111
Octal 373 346 227
Decimal 251 230 151
Hex FB E6 97

RGB Percentages of Color #fbe697

%39.72
%36.39
%23.89

CMYK Percentages of Color #fbe697

%0
%8
%40
%2

Triadic Colors of #fbe697

#fbe697 #97fbe6 #e697fb

Analogous Colors of #fbe697

#fbe697 #defb97 #fbb497

Monochromatic Colors of #fbe697

#fbe697

Complementary Color

#fbe697 #97acfb

#fbe697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe697 Color CSS Codes

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

#fbe697 Text Font Color

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

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


#fbe697 Background Color

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

This div background color is #fbe697


#fbe697 Border Color

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

This div border color is #fbe697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe697

Related Colors


Comments

No comments written yet.

Please login to write comment.