Color Hex Logo

#fbd355 Color Hex

#FBD355
(251,211,85)
0 Favorites   0 Comments

Color spaces of #fbd355

RGB 25121185
HSL0.130.950.66
HSV46°66°98°
CMYK 0.000.160.66   0.02
XYZ64.717667.753618.2611
Yxy67.75360.42940.4495
Hunter Lab82.3126-3.702844.4653
CIE-Lab85.88310.725865.3664

#fbd355 color RGB value is (251,211,85).

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

The process color (four color CMYK) of #fbd355 color hex is 0.00, 0.16, 0.66, 0.02. Web safe color of #fbd355 is #ffcc66. Color #fbd355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 01010101
Octal 373 323 125
Decimal 251 211 85
Hex FB D3 55

RGB Percentages of Color #fbd355

%45.89
%38.57
%15.54

CMYK Percentages of Color #fbd355

%0
%16
%66
%2

Triadic Colors of #fbd355

#fbd355 #55fbd3 #d355fb

Analogous Colors of #fbd355

#fbd355 #d0fb55 #fb8055

Monochromatic Colors of #fbd355

#fbd355

Complementary Color

#fbd355 #557dfb

#fbd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd355 Color CSS Codes

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

#fbd355 Text Font Color

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

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


#fbd355 Background Color

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

This div background color is #fbd355


#fbd355 Border Color

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

This div border color is #fbd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd355


Comments

No comments written yet.

Please login to write comment.