Color Hex Logo

#fbd991 Color Hex

#FBD991
(251,217,145)
0 Favorites   0 Comments

Color spaces of #fbd991

RGB 251217145
HSL0.110.930.78
HSV41°42°98°
CMYK 0.000.140.42   0.02
XYZ69.707372.179337.0461
Yxy72.17930.38960.4034
Hunter Lab84.9584-2.220233.6175
CIE-Lab88.05482.391039.7817

#fbd991 color RGB value is (251,217,145).

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

The process color (four color CMYK) of #fbd991 color hex is 0.00, 0.14, 0.42, 0.02. Web safe color of #fbd991 is #ffcc99. Color #fbd991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 10010001
Octal 373 331 221
Decimal 251 217 145
Hex FB D9 91

RGB Percentages of Color #fbd991

%40.95
%35.40
%23.65

CMYK Percentages of Color #fbd991

%0
%14
%42
%2

Triadic Colors of #fbd991

#fbd991 #91fbd9 #d991fb

Analogous Colors of #fbd991

#fbd991 #e8fb91 #fba491

Monochromatic Colors of #fbd991

#fbd991

Complementary Color

#fbd991 #91b3fb

#fbd991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd991 Color CSS Codes

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

#fbd991 Text Font Color

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

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


#fbd991 Background Color

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

This div background color is #fbd991


#fbd991 Border Color

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

This div border color is #fbd991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd991

Related Colors

#fbd991 Color Palettes


Comments

No comments written yet.

Please login to write comment.