Color Hex Logo

#fbd660 Color Hex

#FBD660
(251,214,96)
0 Favorites   0 Comments

Color spaces of #fbd660

RGB 25121496
HSL0.130.950.68
HSV46°62°98°
CMYK 0.000.150.62   0.02
XYZ65.941569.446920.9954
Yxy69.44690.42170.4441
Hunter Lab83.3348-4.591743.3968
CIE-Lab86.7249-0.146961.5668

#fbd660 color RGB value is (251,214,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01100000
Octal 373 326 140
Decimal 251 214 96
Hex FB D6 60

RGB Percentages of Color #fbd660

%44.74
%38.15
%17.11

CMYK Percentages of Color #fbd660

%0
%15
%62
%2

Triadic Colors of #fbd660

#fbd660 #60fbd6 #d660fb

Analogous Colors of #fbd660

#fbd660 #d3fb60 #fb8960

Monochromatic Colors of #fbd660

#fbd660

Complementary Color

#fbd660 #6085fb

#fbd660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd660 Color CSS Codes

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

#fbd660 Text Font Color

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

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


#fbd660 Background Color

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

This div background color is #fbd660


#fbd660 Border Color

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

This div border color is #fbd660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd660


Comments

No comments written yet.

Please login to write comment.