Color Hex Logo

#fbc55d Color Hex

#FBC55D
(251,197,93)
0 Favorites   0 Comments

Color spaces of #fbc55d

RGB 25119793
HSL0.110.950.67
HSV39°63°98°
CMYK 0.000.220.63   0.02
XYZ61.725761.232018.9216
Yxy61.23200.43510.4316
Hunter Lab78.25093.865040.4389
CIE-Lab82.50338.408158.2251

#fbc55d color RGB value is (251,197,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01011101
Octal 373 305 135
Decimal 251 197 93
Hex FB C5 5D

RGB Percentages of Color #fbc55d

%46.40
%36.41
%17.19

CMYK Percentages of Color #fbc55d

%0
%22
%63
%2

Triadic Colors of #fbc55d

#fbc55d #5dfbc5 #c55dfb

Analogous Colors of #fbc55d

#fbc55d #e2fb5d #fb765d

Monochromatic Colors of #fbc55d

#fbc55d

Complementary Color

#fbc55d #5d93fb

#fbc55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc55d Color CSS Codes

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

#fbc55d Text Font Color

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

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


#fbc55d Background Color

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

This div background color is #fbc55d


#fbc55d Border Color

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

This div border color is #fbc55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc55d


Comments

No comments written yet.

Please login to write comment.