Color Hex Logo

#fbd39e Color Hex

#FBD39E
(251,211,158)
0 Favorites   0 Comments

Color spaces of #fbd39e

RGB 251211158
HSL0.090.920.80
HSV34°37°98°
CMYK 0.000.160.37   0.02
XYZ69.249569.566442.1256
Yxy69.56640.38270.3845
Hunter Lab83.40652.241028.4393
CIE-Lab86.78386.880531.4801

#fbd39e color RGB value is (251,211,158).

#fbd39e hex color red value is 251, green value is 211 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fbd39e hue: 0.09 , saturation: 0.92 and the lightness value of fbd39e is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 10011110
Octal 373 323 236
Decimal 251 211 158
Hex FB D3 9E

RGB Percentages of Color #fbd39e

%40.48
%34.03
%25.48

CMYK Percentages of Color #fbd39e

%0
%16
%37
%2

Triadic Colors of #fbd39e

#fbd39e #9efbd3 #d39efb

Analogous Colors of #fbd39e

#fbd39e #f5fb9e #fba59e

Monochromatic Colors of #fbd39e

#fbd39e

Complementary Color

#fbd39e #9ec6fb

#fbd39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd39e Color CSS Codes

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

#fbd39e Text Font Color

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

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


#fbd39e Background Color

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

This div background color is #fbd39e


#fbd39e Border Color

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

This div border color is #fbd39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd39e


Comments

No comments written yet.

Please login to write comment.