Color Hex Logo

#fbc755 Color Hex

#FBC755
(251,199,85)
0 Favorites   0 Comments

Color spaces of #fbc755

RGB 25119985
HSL0.110.950.66
HSV41°66°98°
CMYK 0.000.210.66   0.02
XYZ61.846862.012017.3042
Yxy62.01200.43810.4393
Hunter Lab78.74772.381742.0949
CIE-Lab82.91986.895962.2185

#fbc755 color RGB value is (251,199,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 01010101
Octal 373 307 125
Decimal 251 199 85
Hex FB C7 55

RGB Percentages of Color #fbc755

%46.92
%37.20
%15.89

CMYK Percentages of Color #fbc755

%0
%21
%66
%2

Triadic Colors of #fbc755

#fbc755 #55fbc7 #c755fb

Analogous Colors of #fbc755

#fbc755 #dcfb55 #fb7455

Monochromatic Colors of #fbc755

#fbc755

Complementary Color

#fbc755 #5589fb

#fbc755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc755 Color CSS Codes

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

#fbc755 Text Font Color

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

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


#fbc755 Background Color

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

This div background color is #fbc755


#fbc755 Border Color

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

This div border color is #fbc755


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,199,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 #fbc755">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc755


Comments

No comments written yet.

Please login to write comment.