Color Hex Logo

#fccc76 Color Hex

#FCCC76
(252,204,118)
0 Favorites   0 Comments

Color spaces of #fccc76

RGB 252204118
HSL0.110.960.73
HSV39°53°99°
CMYK 0.000.190.53   0.01
XYZ65.007865.189226.2960
Yxy65.18920.41540.4166
Hunter Lab80.73982.424937.2078
CIE-Lab84.58116.994248.8669

#fccc76 color RGB value is (252,204,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 01110110
Octal 374 314 166
Decimal 252 204 118
Hex FC CC 76

RGB Percentages of Color #fccc76

%43.90
%35.54
%20.56

CMYK Percentages of Color #fccc76

%0
%19
%53
%1

Triadic Colors of #fccc76

#fccc76 #76fccc #cc76fc

Analogous Colors of #fccc76

#fccc76 #e9fc76 #fc8976

Monochromatic Colors of #fccc76

#fccc76

Complementary Color

#fccc76 #76a6fc

#fccc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc76 Color CSS Codes

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

#fccc76 Text Font Color

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

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


#fccc76 Background Color

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

This div background color is #fccc76


#fccc76 Border Color

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

This div border color is #fccc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc76


Comments

No comments written yet.

Please login to write comment.