Color Hex Logo

#fbd86e Color Hex

#FBD86E
(251,216,110)
0 Favorites   0 Comments

Color spaces of #fbd86e

RGB 251216110
HSL0.130.950.71
HSV45°56°98°
CMYK 0.000.140.56   0.02
XYZ67.154070.746824.8679
Yxy70.74680.41260.4346
Hunter Lab84.1111-4.680741.3484
CIE-Lab87.3618-0.196055.9580

#fbd86e color RGB value is (251,216,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01101110
Octal 373 330 156
Decimal 251 216 110
Hex FB D8 6E

RGB Percentages of Color #fbd86e

%43.50
%37.44
%19.06

CMYK Percentages of Color #fbd86e

%0
%14
%56
%2

Triadic Colors of #fbd86e

#fbd86e #6efbd8 #d86efb

Analogous Colors of #fbd86e

#fbd86e #d8fb6e #fb926e

Monochromatic Colors of #fbd86e

#fbd86e

Complementary Color

#fbd86e #6e91fb

#fbd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd86e Color CSS Codes

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

#fbd86e Text Font Color

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

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


#fbd86e Background Color

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

This div background color is #fbd86e


#fbd86e Border Color

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

This div border color is #fbd86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd86e


Comments

No comments written yet.

Please login to write comment.