Color Hex Logo

#fbcc76 Color Hex

#FBCC76
(251,204,118)
0 Favorites   0 Comments

Color spaces of #fbcc76

RGB 251204118
HSL0.110.940.72
HSV39°53°98°
CMYK 0.000.190.53   0.02
XYZ64.646565.003026.2791
Yxy65.00300.41460.4169
Hunter Lab80.62442.032637.1119
CIE-Lab84.48536.589748.7283

#fbcc76 color RGB value is (251,204,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 01110110
Octal 373 314 166
Decimal 251 204 118
Hex FB CC 76

RGB Percentages of Color #fbcc76

%43.80
%35.60
%20.59

CMYK Percentages of Color #fbcc76

%0
%19
%53
%2

Triadic Colors of #fbcc76

#fbcc76 #76fbcc #cc76fb

Analogous Colors of #fbcc76

#fbcc76 #e8fb76 #fb8a76

Monochromatic Colors of #fbcc76

#fbcc76

Complementary Color

#fbcc76 #76a5fb

#fbcc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc76 Color CSS Codes

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

#fbcc76 Text Font Color

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

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


#fbcc76 Background Color

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

This div background color is #fbcc76


#fbcc76 Border Color

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

This div border color is #fbcc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc76


Comments

No comments written yet.

Please login to write comment.