Color Hex Logo

#fbd668 Color Hex

#FBD668
(251,214,104)
0 Favorites   0 Comments

Color spaces of #fbd668

RGB 251214104
HSL0.120.950.70
HSV45°59°98°
CMYK 0.000.150.59   0.02
XYZ66.328969.601823.0353
Yxy69.60180.41730.4378
Hunter Lab83.4277-4.082742.0288
CIE-Lab86.80120.389258.0713

#fbd668 color RGB value is (251,214,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01101000
Octal 373 326 150
Decimal 251 214 104
Hex FB D6 68

RGB Percentages of Color #fbd668

%44.11
%37.61
%18.28

CMYK Percentages of Color #fbd668

%0
%15
%59
%2

Triadic Colors of #fbd668

#fbd668 #68fbd6 #d668fb

Analogous Colors of #fbd668

#fbd668 #d7fb68 #fb8d68

Monochromatic Colors of #fbd668

#fbd668

Complementary Color

#fbd668 #688dfb

#fbd668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd668 Color CSS Codes

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

#fbd668 Text Font Color

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

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


#fbd668 Background Color

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

This div background color is #fbd668


#fbd668 Border Color

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

This div border color is #fbd668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd668

Related Colors


Comments

No comments written yet.

Please login to write comment.