Color Hex Logo

#fcc884 Color Hex

#FCC884
(252,200,132)
0 Favorites   0 Comments

Color spaces of #fcc884

RGB 252200132
HSL0.090.950.75
HSV34°48°99°
CMYK 0.000.210.48   0.01
XYZ64.964063.669930.6953
Yxy63.66990.40770.3996
Hunter Lab79.79345.687733.0474
CIE-Lab83.793610.289840.9183

#fcc884 color RGB value is (252,200,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 10000100
Octal 374 310 204
Decimal 252 200 132
Hex FC C8 84

RGB Percentages of Color #fcc884

%43.15
%34.25
%22.60

CMYK Percentages of Color #fcc884

%0
%21
%48
%1

Triadic Colors of #fcc884

#fcc884 #84fcc8 #c884fc

Analogous Colors of #fcc884

#fcc884 #f4fc84 #fc8c84

Monochromatic Colors of #fcc884

#fcc884

Complementary Color

#fcc884 #84b8fc

#fcc884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc884 Color CSS Codes

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

#fcc884 Text Font Color

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

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


#fcc884 Background Color

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

This div background color is #fcc884


#fcc884 Border Color

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

This div border color is #fcc884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc884


Comments

No comments written yet.

Please login to write comment.