Color Hex Logo

#fbd49e Color Hex

#FBD49E
(251,212,158)
0 Favorites   0 Comments

Color spaces of #fbd49e

RGB 251212158
HSL0.100.920.80
HSV35°37°98°
CMYK 0.000.160.37   0.02
XYZ69.498770.064842.2086
Yxy70.06480.38230.3855
Hunter Lab83.70471.722528.6960
CIE-Lab87.02866.364031.8067

#fbd49e color RGB value is (251,212,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 10011110
Octal 373 324 236
Decimal 251 212 158
Hex FB D4 9E

RGB Percentages of Color #fbd49e

%40.42
%34.14
%25.44

CMYK Percentages of Color #fbd49e

%0
%16
%37
%2

Triadic Colors of #fbd49e

#fbd49e #9efbd4 #d49efb

Analogous Colors of #fbd49e

#fbd49e #f4fb9e #fba69e

Monochromatic Colors of #fbd49e

#fbd49e

Complementary Color

#fbd49e #9ec5fb

#fbd49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd49e Color CSS Codes

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

#fbd49e Text Font Color

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

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


#fbd49e Background Color

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

This div background color is #fbd49e


#fbd49e Border Color

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

This div border color is #fbd49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd49e


Comments

No comments written yet.

Please login to write comment.