Color Hex Logo

#fbc71d Color Hex

#FBC71D
(251,199,29)
0 Favorites   0 Comments

Color spaces of #fbc71d

RGB 25119929
HSL0.130.970.55
HSV46°88°98°
CMYK 0.000.210.88   0.02
XYZ60.428961.44489.8375
Yxy61.44480.45880.4665
Hunter Lab78.38670.430247.4298
CIE-Lab82.61734.863180.2859

#fbc71d color RGB value is (251,199,29).

#fbc71d hex color red value is 251, green value is 199 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fbc71d hue: 0.13 , saturation: 0.97 and the lightness value of fbc71d is 0.55.

The process color (four color CMYK) of #fbc71d color hex is 0.00, 0.21, 0.88, 0.02. Web safe color of #fbc71d is #ffcc33. Color #fbc71d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00011101
Octal 373 307 35
Decimal 251 199 29
Hex FB C7 1D

RGB Percentages of Color #fbc71d

%52.40
%41.54
%6.05

CMYK Percentages of Color #fbc71d

%0
%21
%88
%2

Triadic Colors of #fbc71d

#fbc71d #1dfbc7 #c71dfb

Analogous Colors of #fbc71d

#fbc71d #c0fb1d #fb581d

Monochromatic Colors of #fbc71d

#fbc71d

Complementary Color

#fbc71d #1d51fb

#fbc71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc71d Color CSS Codes

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

#fbc71d Text Font Color

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

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


#fbc71d Background Color

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

This div background color is #fbc71d


#fbc71d Border Color

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

This div border color is #fbc71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc71d


Comments

No comments written yet.

Please login to write comment.