Color Hex Logo

#fbc16d Color Hex

#FBC16D
(251,193,109)
0 Favorites   0 Comments

Color spaces of #fbc16d

RGB 251193109
HSL0.100.950.71
HSV35°57°98°
CMYK 0.000.230.57   0.02
XYZ61.613959.753322.7541
Yxy59.75330.42750.4146
Hunter Lab77.30037.002036.6576
CIE-Lab81.703911.592249.7698

#fbc16d color RGB value is (251,193,109).

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

The process color (four color CMYK) of #fbc16d color hex is 0.00, 0.23, 0.57, 0.02. Web safe color of #fbc16d is #ffcc66. Color #fbc16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01101101
Octal 373 301 155
Decimal 251 193 109
Hex FB C1 6D

RGB Percentages of Color #fbc16d

%45.39
%34.90
%19.71

CMYK Percentages of Color #fbc16d

%0
%23
%57
%2

Triadic Colors of #fbc16d

#fbc16d #6dfbc1 #c16dfb

Analogous Colors of #fbc16d

#fbc16d #eefb6d #fb7a6d

Monochromatic Colors of #fbc16d

#fbc16d

Complementary Color

#fbc16d #6da7fb

#fbc16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc16d Color CSS Codes

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

#fbc16d Text Font Color

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

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


#fbc16d Background Color

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

This div background color is #fbc16d


#fbc16d Border Color

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

This div border color is #fbc16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc16d


Comments

No comments written yet.

Please login to write comment.