Color Hex Logo

#fbd696 Color Hex

#FBD696
(251,214,150)
0 Favorites   0 Comments

Color spaces of #fbd696

RGB 251214150
HSL0.110.930.79
HSV38°40°98°
CMYK 0.000.150.40   0.02
XYZ69.335270.804438.8664
Yxy70.80440.38730.3955
Hunter Lab84.1454-0.171631.5159
CIE-Lab87.38994.453336.3849

#fbd696 color RGB value is (251,214,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 10010110
Octal 373 326 226
Decimal 251 214 150
Hex FB D6 96

RGB Percentages of Color #fbd696

%40.81
%34.80
%24.39

CMYK Percentages of Color #fbd696

%0
%15
%40
%2

Triadic Colors of #fbd696

#fbd696 #96fbd6 #d696fb

Analogous Colors of #fbd696

#fbd696 #eefb96 #fba496

Monochromatic Colors of #fbd696

#fbd696

Complementary Color

#fbd696 #96bbfb

#fbd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd696 Color CSS Codes

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

#fbd696 Text Font Color

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

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


#fbd696 Background Color

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

This div background color is #fbd696


#fbd696 Border Color

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

This div border color is #fbd696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd696


Comments

No comments written yet.

Please login to write comment.