Color Hex Logo

#fbbd6f Color Hex

#FBBD6F
(251,189,111)
0 Favorites   0 Comments

Color spaces of #fbbd6f

RGB 251189111
HSL0.090.950.71
HSV33°56°98°
CMYK 0.000.250.56   0.02
XYZ60.850558.052123.0369
Yxy58.05210.42870.4090
Hunter Lab76.19199.222735.4078
CIE-Lab80.767713.832847.6661

#fbbd6f color RGB value is (251,189,111).

#fbbd6f hex color red value is 251, green value is 189 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fbbd6f hue: 0.09 , saturation: 0.95 and the lightness value of fbbd6f is 0.71.

The process color (four color CMYK) of #fbbd6f color hex is 0.00, 0.25, 0.56, 0.02. Web safe color of #fbbd6f is #ffcc66. Color #fbbd6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 01101111
Octal 373 275 157
Decimal 251 189 111
Hex FB BD 6F

RGB Percentages of Color #fbbd6f

%45.55
%34.30
%20.15

CMYK Percentages of Color #fbbd6f

%0
%25
%56
%2

Triadic Colors of #fbbd6f

#fbbd6f #6ffbbd #bd6ffb

Analogous Colors of #fbbd6f

#fbbd6f #f3fb6f #fb776f

Monochromatic Colors of #fbbd6f

#fbbd6f

Complementary Color

#fbbd6f #6fadfb

#fbbd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbd6f Color CSS Codes

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

#fbbd6f Text Font Color

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

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


#fbbd6f Background Color

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

This div background color is #fbbd6f


#fbbd6f Border Color

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

This div border color is #fbbd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbd6f


Comments

No comments written yet.

Please login to write comment.