Color Hex Logo

#fbd66d Color Hex

#FBD66D
(251,214,109)
0 Favorites   0 Comments

Color spaces of #fbd66d

RGB 251214109
HSL0.120.950.71
HSV44°57°98°
CMYK 0.000.150.57   0.02
XYZ66.590569.706524.4130
Yxy69.70650.41440.4337
Hunter Lab83.4904-3.739741.1066
CIE-Lab86.85270.749455.8302

#fbd66d color RGB value is (251,214,109).

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

The process color (four color CMYK) of #fbd66d color hex is 0.00, 0.15, 0.57, 0.02. Web safe color of #fbd66d is #ffcc66. Color #fbd66d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01101101
Octal 373 326 155
Decimal 251 214 109
Hex FB D6 6D

RGB Percentages of Color #fbd66d

%43.73
%37.28
%18.99

CMYK Percentages of Color #fbd66d

%0
%15
%57
%2

Triadic Colors of #fbd66d

#fbd66d #6dfbd6 #d66dfb

Analogous Colors of #fbd66d

#fbd66d #d9fb6d #fb8f6d

Monochromatic Colors of #fbd66d

#fbd66d

Complementary Color

#fbd66d #6d92fb

#fbd66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd66d Color CSS Codes

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

#fbd66d Text Font Color

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

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


#fbd66d Background Color

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

This div background color is #fbd66d


#fbd66d Border Color

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

This div border color is #fbd66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd66d

Related Colors


Comments

No comments written yet.

Please login to write comment.