Color Hex Logo

#fbd59e Color Hex

#FBD59E
(251,213,158)
0 Favorites   0 Comments

Color spaces of #fbd59e

RGB 251213158
HSL0.100.920.80
HSV35°37°98°
CMYK 0.000.150.37   0.02
XYZ69.749570.566442.2922
Yxy70.56640.38200.3864
Hunter Lab84.00381.204328.9528
CIE-Lab87.27395.848032.1334

#fbd59e color RGB value is (251,213,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10011110
Octal 373 325 236
Decimal 251 213 158
Hex FB D5 9E

RGB Percentages of Color #fbd59e

%40.35
%34.24
%25.40

CMYK Percentages of Color #fbd59e

%0
%15
%37
%2

Triadic Colors of #fbd59e

#fbd59e #9efbd5 #d59efb

Analogous Colors of #fbd59e

#fbd59e #f3fb9e #fba79e

Monochromatic Colors of #fbd59e

#fbd59e

Complementary Color

#fbd59e #9ec4fb

#fbd59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd59e Color CSS Codes

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

#fbd59e Text Font Color

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

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


#fbd59e Background Color

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

This div background color is #fbd59e


#fbd59e Border Color

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

This div border color is #fbd59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd59e


Comments

No comments written yet.

Please login to write comment.