Color Hex Logo

#fbd566 Color Hex

#FBD566
(251,213,102)
0 Favorites   0 Comments

Color spaces of #fbd566

RGB 251213102
HSL0.120.950.69
HSV45°59°98°
CMYK 0.000.150.59   0.02
XYZ65.976269.057022.4224
Yxy69.05700.41900.4386
Hunter Lab83.1005-3.709042.1726
CIE-Lab86.53230.760958.6741

#fbd566 color RGB value is (251,213,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01100110
Octal 373 325 146
Decimal 251 213 102
Hex FB D5 66

RGB Percentages of Color #fbd566

%44.35
%37.63
%18.02

CMYK Percentages of Color #fbd566

%0
%15
%59
%2

Triadic Colors of #fbd566

#fbd566 #66fbd5 #d566fb

Analogous Colors of #fbd566

#fbd566 #d7fb66 #fb8b66

Monochromatic Colors of #fbd566

#fbd566

Complementary Color

#fbd566 #668cfb

#fbd566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd566 Color CSS Codes

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

#fbd566 Text Font Color

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

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


#fbd566 Background Color

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

This div background color is #fbd566


#fbd566 Border Color

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

This div border color is #fbd566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd566


Comments

No comments written yet.

Please login to write comment.