Color Hex Logo

#fbd389 Color Hex

#FBD389
(251,211,137)
0 Favorites   0 Comments

Color spaces of #fbd389

RGB 251211137
HSL0.110.930.76
HSV39°45°98°
CMYK 0.000.160.45   0.02
XYZ67.593368.903933.4041
Yxy68.90390.39780.4056
Hunter Lab83.00840.087034.2465
CIE-Lab86.45644.675641.7600

#fbd389 color RGB value is (251,211,137).

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

The process color (four color CMYK) of #fbd389 color hex is 0.00, 0.16, 0.45, 0.02. Web safe color of #fbd389 is #ffcc99. Color #fbd389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 10001001
Octal 373 323 211
Decimal 251 211 137
Hex FB D3 89

RGB Percentages of Color #fbd389

%41.90
%35.23
%22.87

CMYK Percentages of Color #fbd389

%0
%16
%45
%2

Triadic Colors of #fbd389

#fbd389 #89fbd3 #d389fb

Analogous Colors of #fbd389

#fbd389 #eafb89 #fb9a89

Monochromatic Colors of #fbd389

#fbd389

Complementary Color

#fbd389 #89b1fb

#fbd389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd389 Color CSS Codes

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

#fbd389 Text Font Color

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

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


#fbd389 Background Color

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

This div background color is #fbd389


#fbd389 Border Color

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

This div border color is #fbd389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd389

Related Colors


Comments

No comments written yet.

Please login to write comment.