Color Hex Logo

#fbc054 Color Hex

#FBC054
(251,192,84)
0 Favorites   0 Comments

Color spaces of #fbc054

RGB 25119284
HSL0.110.950.66
HSV39°67°98°
CMYK 0.000.240.67   0.02
XYZ60.233558.848616.5718
Yxy58.84860.44400.4338
Hunter Lab76.71285.907440.8909
CIE-Lab81.208310.472460.8181

#fbc054 color RGB value is (251,192,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01010100
Octal 373 300 124
Decimal 251 192 84
Hex FB C0 54

RGB Percentages of Color #fbc054

%47.63
%36.43
%15.94

CMYK Percentages of Color #fbc054

%0
%24
%67
%2

Triadic Colors of #fbc054

#fbc054 #54fbc0 #c054fb

Analogous Colors of #fbc054

#fbc054 #e3fb54 #fb6d54

Monochromatic Colors of #fbc054

#fbc054

Complementary Color

#fbc054 #548ffb

#fbc054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc054 Color CSS Codes

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

#fbc054 Text Font Color

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

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


#fbc054 Background Color

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

This div background color is #fbc054


#fbc054 Border Color

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

This div border color is #fbc054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc054

Related Colors


Comments

No comments written yet.

Please login to write comment.