Color Hex Logo

#fcc870 Color Hex

#FCC870
(252,200,112)
0 Favorites   0 Comments

Color spaces of #fcc870

RGB 252200112
HSL0.100.960.71
HSV38°56°99°
CMYK 0.000.210.56   0.01
XYZ63.723863.173924.1644
Yxy63.17390.42180.4182
Hunter Lab79.48204.016837.6119
CIE-Lab83.53388.588950.5217

#fcc870 color RGB value is (252,200,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 01110000
Octal 374 310 160
Decimal 252 200 112
Hex FC C8 70

RGB Percentages of Color #fcc870

%44.68
%35.46
%19.86

CMYK Percentages of Color #fcc870

%0
%21
%56
%1

Triadic Colors of #fcc870

#fcc870 #70fcc8 #c870fc

Analogous Colors of #fcc870

#fcc870 #eafc70 #fc8270

Monochromatic Colors of #fcc870

#fcc870

Complementary Color

#fcc870 #70a4fc

#fcc870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc870 Color CSS Codes

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

#fcc870 Text Font Color

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

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


#fcc870 Background Color

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

This div background color is #fcc870


#fcc870 Border Color

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

This div border color is #fcc870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc870


Comments

No comments written yet.

Please login to write comment.