Color Hex Logo

#fcc88c Color Hex

#FCC88C
(252,200,140)
0 Favorites   0 Comments

Color spaces of #fcc88c

RGB 252200140
HSL0.090.950.77
HSV32°44°99°
CMYK 0.000.210.44   0.01
XYZ65.532863.897433.6904
Yxy63.89740.40170.3917
Hunter Lab79.93586.449730.9663
CIE-Lab83.912311.059836.9893

#fcc88c color RGB value is (252,200,140).

#fcc88c hex color red value is 252, green value is 200 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fcc88c hue: 0.09 , saturation: 0.95 and the lightness value of fcc88c is 0.77.

The process color (four color CMYK) of #fcc88c color hex is 0.00, 0.21, 0.44, 0.01. Web safe color of #fcc88c is #ffcc99. Color #fcc88c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 10001100
Octal 374 310 214
Decimal 252 200 140
Hex FC C8 8C

RGB Percentages of Color #fcc88c

%42.57
%33.78
%23.65

CMYK Percentages of Color #fcc88c

%0
%21
%44
%1

Triadic Colors of #fcc88c

#fcc88c #8cfcc8 #c88cfc

Analogous Colors of #fcc88c

#fcc88c #f8fc8c #fc908c

Monochromatic Colors of #fcc88c

#fcc88c

Complementary Color

#fcc88c #8cc0fc

#fcc88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc88c Color CSS Codes

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

#fcc88c Text Font Color

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

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


#fcc88c Background Color

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

This div background color is #fcc88c


#fcc88c Border Color

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

This div border color is #fcc88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc88c


Comments

No comments written yet.

Please login to write comment.