Color Hex Logo

#fbd096 Color Hex

#FBD096
(251,208,150)
0 Favorites   0 Comments

Color spaces of #fbd096

RGB 251208150
HSL0.100.930.79
HSV34°40°98°
CMYK 0.000.170.40   0.02
XYZ67.844667.823038.3695
Yxy67.82300.38980.3897
Hunter Lab82.35472.929230.0248
CIE-Lab85.91797.549434.4541

#fbd096 color RGB value is (251,208,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10010110
Octal 373 320 226
Decimal 251 208 150
Hex FB D0 96

RGB Percentages of Color #fbd096

%41.22
%34.15
%24.63

CMYK Percentages of Color #fbd096

%0
%17
%40
%2

Triadic Colors of #fbd096

#fbd096 #96fbd0 #d096fb

Analogous Colors of #fbd096

#fbd096 #f4fb96 #fb9e96

Monochromatic Colors of #fbd096

#fbd096

Complementary Color

#fbd096 #96c1fb

#fbd096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd096 Color CSS Codes

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

#fbd096 Text Font Color

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

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


#fbd096 Background Color

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

This div background color is #fbd096


#fbd096 Border Color

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

This div border color is #fbd096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd096


Comments

No comments written yet.

Please login to write comment.