Color Hex Logo

#fbd196 Color Hex

#FBD196
(251,209,150)
0 Favorites   0 Comments

Color spaces of #fbd196

RGB 251209150
HSL0.100.930.79
HSV35°40°98°
CMYK 0.000.170.40   0.02
XYZ68.089168.312238.4510
Yxy68.31220.38940.3907
Hunter Lab82.65122.411030.2729
CIE-Lab86.16237.031934.7756

#fbd196 color RGB value is (251,209,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 10010110
Octal 373 321 226
Decimal 251 209 150
Hex FB D1 96

RGB Percentages of Color #fbd196

%41.15
%34.26
%24.59

CMYK Percentages of Color #fbd196

%0
%17
%40
%2

Triadic Colors of #fbd196

#fbd196 #96fbd1 #d196fb

Analogous Colors of #fbd196

#fbd196 #f3fb96 #fb9f96

Monochromatic Colors of #fbd196

#fbd196

Complementary Color

#fbd196 #96c0fb

#fbd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd196 Color CSS Codes

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

#fbd196 Text Font Color

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

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


#fbd196 Background Color

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

This div background color is #fbd196


#fbd196 Border Color

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

This div border color is #fbd196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd196

Related Colors


Comments

No comments written yet.

Please login to write comment.