Color Hex Logo

#fbc554 Color Hex

#FBC554
(251,197,84)
0 Favorites   0 Comments

Color spaces of #fbc554

RGB 25119784
HSL0.110.950.66
HSV41°67°98°
CMYK 0.000.220.67   0.02
XYZ61.350161.081816.9440
Yxy61.08180.44020.4383
Hunter Lab78.15483.348241.8543
CIE-Lab82.42277.875562.1183

#fbc554 color RGB value is (251,197,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01010100
Octal 373 305 124
Decimal 251 197 84
Hex FB C5 54

RGB Percentages of Color #fbc554

%47.18
%37.03
%15.79

CMYK Percentages of Color #fbc554

%0
%22
%67
%2

Triadic Colors of #fbc554

#fbc554 #54fbc5 #c554fb

Analogous Colors of #fbc554

#fbc554 #defb54 #fb7254

Monochromatic Colors of #fbc554

#fbc554

Complementary Color

#fbc554 #548afb

#fbc554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc554 Color CSS Codes

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

#fbc554 Text Font Color

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

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


#fbc554 Background Color

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

This div background color is #fbc554


#fbc554 Border Color

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

This div border color is #fbc554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc554


Comments

No comments written yet.

Please login to write comment.