Color Hex Logo

#fbcc6f Color Hex

#FBCC6F
(251,204,111)
0 Favorites   0 Comments

Color spaces of #fbcc6f

RGB 251204111
HSL0.110.950.71
HSV40°56°98°
CMYK 0.000.190.56   0.02
XYZ64.245864.842724.1687
Yxy64.84270.41920.4231
Hunter Lab80.52501.495238.5722
CIE-Lab84.40266.035752.0125

#fbcc6f color RGB value is (251,204,111).

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

The process color (four color CMYK) of #fbcc6f color hex is 0.00, 0.19, 0.56, 0.02. Web safe color of #fbcc6f is #ffcc66. Color #fbcc6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 01101111
Octal 373 314 157
Decimal 251 204 111
Hex FB CC 6F

RGB Percentages of Color #fbcc6f

%44.35
%36.04
%19.61

CMYK Percentages of Color #fbcc6f

%0
%19
%56
%2

Triadic Colors of #fbcc6f

#fbcc6f #6ffbcc #cc6ffb

Analogous Colors of #fbcc6f

#fbcc6f #e4fb6f #fb866f

Monochromatic Colors of #fbcc6f

#fbcc6f

Complementary Color

#fbcc6f #6f9efb

#fbcc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc6f Color CSS Codes

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

#fbcc6f Text Font Color

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

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


#fbcc6f Background Color

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

This div background color is #fbcc6f


#fbcc6f Border Color

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

This div border color is #fbcc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc6f


Comments

No comments written yet.

Please login to write comment.