Color Hex Logo

#fbcc6c Color Hex

#FBCC6C
(251,204,108)
0 Favorites   0 Comments

Color spaces of #fbcc6c

RGB 251204108
HSL0.110.950.70
HSV40°57°98°
CMYK 0.000.190.57   0.02
XYZ64.083364.777723.3131
Yxy64.77770.42110.4257
Hunter Lab80.48461.276939.1653
CIE-Lab84.36915.810053.4008

#fbcc6c color RGB value is (251,204,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 01101100
Octal 373 314 154
Decimal 251 204 108
Hex FB CC 6C

RGB Percentages of Color #fbcc6c

%44.58
%36.23
%19.18

CMYK Percentages of Color #fbcc6c

%0
%19
%57
%2

Triadic Colors of #fbcc6c

#fbcc6c #6cfbcc #cc6cfb

Analogous Colors of #fbcc6c

#fbcc6c #e3fb6c #fb856c

Monochromatic Colors of #fbcc6c

#fbcc6c

Complementary Color

#fbcc6c #6c9bfb

#fbcc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc6c Color CSS Codes

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

#fbcc6c Text Font Color

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

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


#fbcc6c Background Color

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

This div background color is #fbcc6c


#fbcc6c Border Color

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

This div border color is #fbcc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc6c


Comments

No comments written yet.

Please login to write comment.