Color Hex Logo

#fcc678 Color Hex

#FCC678
(252,198,120)
0 Favorites   0 Comments

Color spaces of #fcc678

RGB 252198120
HSL0.100.960.73
HSV35°52°99°
CMYK 0.000.210.52   0.01
XYZ63.729162.439726.4625
Yxy62.43970.41750.4091
Hunter Lab79.01885.678435.4576
CIE-Lab83.146710.269646.1314

#fcc678 color RGB value is (252,198,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01111000
Octal 374 306 170
Decimal 252 198 120
Hex FC C6 78

RGB Percentages of Color #fcc678

%44.21
%34.74
%21.05

CMYK Percentages of Color #fcc678

%0
%21
%52
%1

Triadic Colors of #fcc678

#fcc678 #78fcc6 #c678fc

Analogous Colors of #fcc678

#fcc678 #f0fc78 #fc8478

Monochromatic Colors of #fcc678

#fcc678

Complementary Color

#fcc678 #78aefc

#fcc678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc678 Color CSS Codes

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

#fcc678 Text Font Color

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

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


#fcc678 Background Color

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

This div background color is #fcc678


#fcc678 Border Color

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

This div border color is #fcc678


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,198,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc678


Comments

No comments written yet.

Please login to write comment.