Color Hex Logo

#fbc05d Color Hex

#FBC05D
(251,192,93)
0 Favorites   0 Comments

Color spaces of #fbc05d

RGB 25119293
HSL0.100.950.67
HSV38°63°98°
CMYK 0.000.240.63   0.02
XYZ60.609158.998818.5494
Yxy58.99880.43870.4270
Hunter Lab76.81076.430539.4492
CIE-Lab81.290911.007156.8715

#fbc05d color RGB value is (251,192,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01011101
Octal 373 300 135
Decimal 251 192 93
Hex FB C0 5D

RGB Percentages of Color #fbc05d

%46.83
%35.82
%17.35

CMYK Percentages of Color #fbc05d

%0
%24
%63
%2

Triadic Colors of #fbc05d

#fbc05d #5dfbc0 #c05dfb

Analogous Colors of #fbc05d

#fbc05d #e7fb5d #fb715d

Monochromatic Colors of #fbc05d

#fbc05d

Complementary Color

#fbc05d #5d98fb

#fbc05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc05d Color CSS Codes

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

#fbc05d Text Font Color

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

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


#fbc05d Background Color

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

This div background color is #fbc05d


#fbc05d Border Color

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

This div border color is #fbc05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc05d


Comments

No comments written yet.

Please login to write comment.