Color Hex Logo

#fcc676 Color Hex

#FCC676
(252,198,118)
0 Favorites   0 Comments

Color spaces of #fcc676

RGB 252198118
HSL0.100.960.73
HSV36°53°99°
CMYK 0.000.210.53   0.01
XYZ63.609062.391625.8298
Yxy62.39160.41890.4109
Hunter Lab78.98845.515735.9036
CIE-Lab83.121210.104247.0902

#fcc676 color RGB value is (252,198,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01110110
Octal 374 306 166
Decimal 252 198 118
Hex FC C6 76

RGB Percentages of Color #fcc676

%44.37
%34.86
%20.77

CMYK Percentages of Color #fcc676

%0
%21
%53
%1

Triadic Colors of #fcc676

#fcc676 #76fcc6 #c676fc

Analogous Colors of #fcc676

#fcc676 #effc76 #fc8376

Monochromatic Colors of #fcc676

#fcc676

Complementary Color

#fcc676 #76acfc

#fcc676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc676 Color CSS Codes

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

#fcc676 Text Font Color

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

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


#fcc676 Background Color

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

This div background color is #fcc676


#fcc676 Border Color

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

This div border color is #fcc676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc676

Related Colors


Comments

No comments written yet.

Please login to write comment.