Color Hex Logo

#fcc06c Color Hex

#FCC06C
(252,192,108)
0 Favorites   0 Comments

Color spaces of #fcc06c

RGB 252192108
HSL0.100.960.71
HSV35°57°99°
CMYK 0.000.240.57   0.01
XYZ61.701359.477422.4156
Yxy59.47740.42970.4142
Hunter Lab77.12167.846536.7523
CIE-Lab81.553312.445950.1016

#fcc06c color RGB value is (252,192,108).

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

The process color (four color CMYK) of #fcc06c color hex is 0.00, 0.24, 0.57, 0.01. Web safe color of #fcc06c is #ffcc66. Color #fcc06c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01101100
Octal 374 300 154
Decimal 252 192 108
Hex FC C0 6C

RGB Percentages of Color #fcc06c

%45.65
%34.78
%19.57

CMYK Percentages of Color #fcc06c

%0
%24
%57
%1

Triadic Colors of #fcc06c

#fcc06c #6cfcc0 #c06cfc

Analogous Colors of #fcc06c

#fcc06c #f0fc6c #fc786c

Monochromatic Colors of #fcc06c

#fcc06c

Complementary Color

#fcc06c #6ca8fc

#fcc06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc06c Color CSS Codes

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

#fcc06c Text Font Color

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

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


#fcc06c Background Color

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

This div background color is #fcc06c


#fcc06c Border Color

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

This div border color is #fcc06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc06c


Comments

No comments written yet.

Please login to write comment.