Color Hex Logo

#fbc055 Color Hex

#FBC055
(251,192,85)
0 Favorites   0 Comments

Color spaces of #fbc055

RGB 25119285
HSL0.110.950.66
HSV39°66°98°
CMYK 0.000.240.66   0.02
XYZ60.273058.864416.7796
Yxy58.86440.44350.4331
Hunter Lab76.72315.962540.7393
CIE-Lab81.217010.528760.3886

#fbc055 color RGB value is (251,192,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01010101
Octal 373 300 125
Decimal 251 192 85
Hex FB C0 55

RGB Percentages of Color #fbc055

%47.54
%36.36
%16.10

CMYK Percentages of Color #fbc055

%0
%24
%66
%2

Triadic Colors of #fbc055

#fbc055 #55fbc0 #c055fb

Analogous Colors of #fbc055

#fbc055 #e3fb55 #fb6d55

Monochromatic Colors of #fbc055

#fbc055

Complementary Color

#fbc055 #5590fb

#fbc055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc055 Color CSS Codes

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

#fbc055 Text Font Color

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

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


#fbc055 Background Color

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

This div background color is #fbc055


#fbc055 Border Color

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

This div border color is #fbc055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc055


Comments

No comments written yet.

Please login to write comment.