Color Hex Logo

#fbd397 Color Hex

#FBD397
(251,211,151)
0 Favorites   0 Comments

Color spaces of #fbd397

RGB 251211151
HSL0.100.930.79
HSV36°40°98°
CMYK 0.000.160.40   0.02
XYZ68.663869.332139.0416
Yxy69.33210.38780.3916
Hunter Lab83.26591.481630.4863
CIE-Lab86.66826.106434.9278

#fbd397 color RGB value is (251,211,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 10010111
Octal 373 323 227
Decimal 251 211 151
Hex FB D3 97

RGB Percentages of Color #fbd397

%40.95
%34.42
%24.63

CMYK Percentages of Color #fbd397

%0
%16
%40
%2

Triadic Colors of #fbd397

#fbd397 #97fbd3 #d397fb

Analogous Colors of #fbd397

#fbd397 #f1fb97 #fba197

Monochromatic Colors of #fbd397

#fbd397

Complementary Color

#fbd397 #97bffb

#fbd397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd397 Color CSS Codes

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

#fbd397 Text Font Color

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

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


#fbd397 Background Color

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

This div background color is #fbd397


#fbd397 Border Color

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

This div border color is #fbd397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd397

#fbd397 Color Palettes


Comments

No comments written yet.

Please login to write comment.