Color Hex Logo

#fbd890 Color Hex

#FBD890
(251,216,144)
0 Favorites   0 Comments

Color spaces of #fbd890

RGB 251216144
HSL0.110.930.77
HSV40°43°98°
CMYK 0.000.140.43   0.02
XYZ69.373671.634636.5560
Yxy71.63460.39070.4034
Hunter Lab84.6372-1.806133.6379
CIE-Lab87.79242.801439.9477

#fbd890 color RGB value is (251,216,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10010000
Octal 373 330 220
Decimal 251 216 144
Hex FB D8 90

RGB Percentages of Color #fbd890

%41.08
%35.35
%23.57

CMYK Percentages of Color #fbd890

%0
%14
%43
%2

Triadic Colors of #fbd890

#fbd890 #90fbd8 #d890fb

Analogous Colors of #fbd890

#fbd890 #e9fb90 #fba390

Monochromatic Colors of #fbd890

#fbd890

Complementary Color

#fbd890 #90b3fb

#fbd890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd890 Color CSS Codes

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

#fbd890 Text Font Color

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

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


#fbd890 Background Color

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

This div background color is #fbd890


#fbd890 Border Color

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

This div border color is #fbd890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd890

Related Colors


Comments

No comments written yet.

Please login to write comment.