Color Hex Logo

#fcc984 Color Hex

#FCC984
(252,201,132)
0 Favorites   0 Comments

Color spaces of #fcc984

RGB 252201132
HSL0.100.950.75
HSV35°48°99°
CMYK 0.000.200.48   0.01
XYZ65.196464.134730.7728
Yxy64.13470.40720.4006
Hunter Lab80.08415.169433.2764
CIE-Lab84.03599.770241.2257

#fcc984 color RGB value is (252,201,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10000100
Octal 374 311 204
Decimal 252 201 132
Hex FC C9 84

RGB Percentages of Color #fcc984

%43.08
%34.36
%22.56

CMYK Percentages of Color #fcc984

%0
%20
%48
%1

Triadic Colors of #fcc984

#fcc984 #84fcc9 #c984fc

Analogous Colors of #fcc984

#fcc984 #f3fc84 #fc8d84

Monochromatic Colors of #fcc984

#fcc984

Complementary Color

#fcc984 #84b7fc

#fcc984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc984 Color CSS Codes

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

#fcc984 Text Font Color

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

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


#fcc984 Background Color

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

This div background color is #fcc984


#fcc984 Border Color

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

This div border color is #fcc984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc984


Comments

No comments written yet.

Please login to write comment.