Color Hex Logo

#fbd667 Color Hex

#FBD667
(251,214,103)
0 Favorites   0 Comments

Color spaces of #fbd667

RGB 251214103
HSL0.130.950.69
HSV45°59°98°
CMYK 0.000.150.59   0.02
XYZ66.278469.581622.7693
Yxy69.58160.41780.4386
Hunter Lab83.4156-4.148942.2070
CIE-Lab86.79120.319558.5147

#fbd667 color RGB value is (251,214,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01100111
Octal 373 326 147
Decimal 251 214 103
Hex FB D6 67

RGB Percentages of Color #fbd667

%44.19
%37.68
%18.13

CMYK Percentages of Color #fbd667

%0
%15
%59
%2

Triadic Colors of #fbd667

#fbd667 #67fbd6 #d667fb

Analogous Colors of #fbd667

#fbd667 #d6fb67 #fb8c67

Monochromatic Colors of #fbd667

#fbd667

Complementary Color

#fbd667 #678cfb

#fbd667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd667 Color CSS Codes

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

#fbd667 Text Font Color

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

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


#fbd667 Background Color

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

This div background color is #fbd667


#fbd667 Border Color

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

This div border color is #fbd667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd667

Related Colors


Comments

No comments written yet.

Please login to write comment.