Color Hex Logo

#fbc06d Color Hex

#FBC06D
(251,192,109)
0 Favorites   0 Comments

Color spaces of #fbc06d

RGB 251192109
HSL0.100.950.71
HSV35°57°98°
CMYK 0.000.240.57   0.02
XYZ61.393659.312622.6807
Yxy59.31260.42820.4137
Hunter Lab77.01477.518736.4495
CIE-Lab81.463112.113849.4824

#fbc06d color RGB value is (251,192,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01101101
Octal 373 300 155
Decimal 251 192 109
Hex FB C0 6D

RGB Percentages of Color #fbc06d

%45.47
%34.78
%19.75

CMYK Percentages of Color #fbc06d

%0
%24
%57
%2

Triadic Colors of #fbc06d

#fbc06d #6dfbc0 #c06dfb

Analogous Colors of #fbc06d

#fbc06d #effb6d #fb796d

Monochromatic Colors of #fbc06d

#fbc06d

Complementary Color

#fbc06d #6da8fb

#fbc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc06d Color CSS Codes

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

#fbc06d Text Font Color

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

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


#fbc06d Background Color

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

This div background color is #fbc06d


#fbc06d Border Color

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

This div border color is #fbc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc06d


Comments

No comments written yet.

Please login to write comment.